{% extends "layout.html" %} {% block content %}
{{ ", ".join(errors) }}
The project you are trying to access do not exist, do you want to create it?
{{ form.id.label }} {{ form.id }}
{{ form.password.label }} {{ form.password }}
{{ form.submit }}