{{brand}}
  • {{ _('Community') }}
  • {{ _('Projects') }}
  • {{ _('Create') }}
  • {{ _('About') }}
{% include '_gcs_form.html' ignore missing %} {% if current_user.is_authenticated() %}
  • {{ current_user.name | truncate(6,true) }}
    • {{ _('My Profile') }}
    • {{ _('My Projects') }}
    • {{ _('My Settings') }}
    • {% if current_user.admin == 1 %}
    • {% if notify_admin %} {{ news |count }}{% else %} {% endif %} {{ _('Admin Site') }}
    • {% endif %}
    • {{ _('Sign Out') }}
{% endif %} {% if current_user.is_anonymous() %}
  • {{ _('Sign in') }}
{% endif %}