{% extends "layout.html" %} {% block content %}

Authentication

{% if create_project %}

{{ _("The project you are trying to access do not exist, do you want to") }} {{ _("create it") }}{{ _("?") }}

{% endif %} {% if admin_auth %}
{{ forms.admin(form) }}
{% else %}
{{ forms.authenticate(form) }}
{% endif %} {% endblock %}