{% extends "./template.html" %} {% block content %} {% load static %} {% if destination %}
{% else %} {% endif %} {% csrf_token %}

New Task

{{ new_task_form.media }}
{{ new_task_form.task_short_description }}
{{ new_task_form.task_long_description }}
{% if not destination == "customer" %}
{{ new_task_form.organisation_id }}
{% endif %}
{{ new_task_form.task_start_date }}
{{ new_task_form.task_end_date }}

Task Permissions

{{ new_task_form.task_permission }}
{% endblock %}