{{ brand }}
  • {{ _('Projects') }}
  • {{ _('About') }}
{% include '_gcs_form.html' ignore missing %} {% if current_user.is_authenticated() %}
  • {{ current_user.name }}
    • {{ _('My Profile') }}
    • {% if current_user.admin == 1 %}
    • {{ _('My Projects') }}
    • {% endif %}
    • {{ _('My Settings') }}
    • {% if current_user.admin == 1 %}
    • {{ _('Admin Site') }}
    • {% endif %}
    • {{ _('Sign Out') }}
{% endif %} {% if current_user.is_anonymous() %}
  • {{ _('Sign in') }}
{% endif %}