• Feedback
  • {% if user.is_superuser and user.is_authenticated %}
  • Admin
  • {% endif %} {% if user.is_authenticated %}
  • {% csrf_token %}
  • {% endif %} {% if not user.is_authenticated %}
  • Login
  • Sign Up
  • {% endif %}