{% extends 'base.html' %}
{% block title %}
    Add tasks for {{task.title}}
{% endblock %}
{% block content %}
    {% if errors %}
        Please correct the following errors.
        {% for err in errors %}
            {{err}}
        {% endfor %}
    {% endif %}