Toggle navigation
Gitlab Tools
{% for item in nav.top %}
{{item.label}}
{% endfor %}
{% if current_user.is_authenticated %}
Logged as {{current_user.name}} (Log out)
{% else %}
Log in
{% endif %}
{{_('This application requires JavaScript enabled to work properly!')}}
{% for category, message in get_flashed_messages(with_categories=true) %}
{{ message |safe}}
{% endfor %} {% block body %}{% endblock %}