{% include 'header.html' %}

New project

{% if success %}

SUCCESS: {{ success }}. You will be redirected to main page in 3 seconds.

{% endif %} {% for error in errors %}

ERORR: {{ error }}

{% endfor %} {% for warn in warnings %}

WARNING: {{ warn }}

{% endfor %}