{% if request.user.groups.exists %} Experimenter {% else %} Experimenter {% endif %}
    {% if request.user.is_authenticated %} {% if perms.accounts.can_view_experimenter %}
  • See Participants
  • {% endif %} {% if perms.accounts.can_view_organization %}
  • Manage Organization
  • {% endif %}
  • {% if perms.accounts.can_view_experimenter %}
  • Manage Studies
  • {% endif %}
  • {{ request.user.identicon_small_html }} {{ request.user.get_short_name }}
      {% if request.user.osf_profile_url != '#' %}
    • OSF Profile
    • {% endif %}
    • Logout
  • {% else %} {# /if request.user.is_authenticated #} {% if 'login' not in request.path %}
  • Login
  • {% endif %} {% endif %}