Varify {% if user.is_authenticated %}
  • Workspace
  • Discover
  • Results
{% endif %}
    {% if user.is_authenticated %} {% if unmoderated_accounts and perms.registration.change_registrationprofile %}
  • Account Moderation {{ unmoderated_accounts }}
  • {% endif %}
  • Report Privacy Concern
  • {% firstof user.get_full_name user %}
      {% if user.is_staff %}
    • Admin
    • {% endif %}
    • Logout
  • {% else %}
  • Login
  • {% endif %}