{% extends "account/base.html" %} {% load link %} {# include "v1/secondary-header.html" with primary="Profile" secondary="Your Account" #} {% block hero_content %} {% include "v4/secondary-header.html" with secondary="Your Profile" primary='Account' %} {% endblock hero_content %} {% block deep_content %} {% if user.is_anonymous %} {% include "account/sub/login_prompt.html" %} {% else %}
{% if user.is_staff %}

Admin Extras

{% endif %}
{% endif %} {% endblock %}