{% 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 %}
{{ forms.authenticate(form) }}
{% endblock %}