{% extends "base.html" %} {% block title %} {% if project %}Edit project{% else %}New project{% endif %} — TaskFlow {% endblock %} {% block content %}
{% if errors %}
{% for e in errors %}{{ e }}{% if not loop.last %}
{% endif %}{% endfor %}
{% endif %}
Cancel
{% if project %}
Danger zone
Deleting a project will archive it and hide all its tasks.
{% endif %}
{% endblock %}