{% extends "base.html" %} {% block contents %}

{% trans %}New project{% endtrans %}

{% if error %}
{{ error }}
{% endif %}
{{ xsrf_form_html() }}
{% endblock %}