{% if user.is_authenticated %}
  • {{ user }} Account
  • {% if user.is_staff %}
  • Admin
  • {% endif %}
  • Logout
  • {% else %} {% block subnav %}{% endblock %}
  • Login
  • Sign Up
  • {% endif %}