-
docs
{%- if current == 'projects' -%}
-
{%- else -%}
-
{%- endif -%}
projects
{%- if current == 'distros' -%}
-
{%- else -%}
-
{%- endif -%}
distros
{%- if user and user.is_authenticated -%}
{%- if current == 'Add projects' -%}
-
{%- else -%}
-
{%- endif -%}
add project
{%- if current == 'logs' -%}
-
{%- else -%}
-
{%- endif -%}
logs
{%- if is_admin -%}
{%- if current == 'flags' -%}
-
{%- else -%}
-
{%- endif -%}
flags
{%- endif -%}
- Settings
-
logout
{%- else -%}
-
login
{%- endif -%}
-
{%- with messages = get_flashed_messages(with_categories=true) -%}
{%- if category, messages -%}
{%- for category, message in messages -%}
{%- autoescape false -%}
- {{ message }}
{%- endautoescape -%}
{%- endfor -%}
{%- endif -%}
{%- endwith -%}
{% block body %}{% endblock %}
{% block jscript %}{% endblock %}