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

Authentication

{% for errors in form.errors.values() %}

{{ ", ".join(errors) }}

{% endfor %} {% if create_project %}

The project you are trying to access do not exist, do you want to create it?

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