Gitlab Tools
{% if current_user.is_authenticated %}
Home
Pull mirrors
Push mirrors
Fingerprints
{% endif %}
{% 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 %}