{% if user.is_authenticated %}
  • {{ user }}
    • Account
    • {% if user.is_staff %}
    • Admin
    • {% endif %}
    • Logout
  • {% else %}
  • Log In
  • or

  • Sign Up
  • {% endif %}