• Feedback
  • {% if user.is_superuser and user.is_authenticated %}
  • Admin
  • {% endif %} {% if user.is_authenticated %}
  • Logout [{{ user.username}}]
  • {% endif %} {% if not user.is_authenticated %}
  • Login
  • Sign Up
  • {% endif %}