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

{{ _("Authentication 🔐") }}

{% if create_project %}

{{ _("The project you are trying to access does not exist, would you like to") }} {{ _("create it") }}{{ _("?") }}

{% endif %}
{{ forms.authenticate(form) }}
{% endblock %}