{# Form used by both Add Task and Edit Task views #}
{% csrf_token %}
Describe the task or bug. Provide steps to reproduce the issue.
{# See todo.forms.AddEditTaskForm #} {{form.assigned_to}}
{% if task %}
{{ form.task_list }} {{ form.task_list.errors }}
{% endif %}
Email notifications will only be sent if task is assigned to someone other than yourself.
{% if not task %} {% endif %}