{% if user.id %}
  • Home
  • {% if user.is_staff %}
  • TMS
  • {% endif %} {% if user.is_superuser %}
  • Accounts
  • {% endif %}
  • Logout
  • {% endif %}