{% load static %} {% load humanize %} Update-and-Delete Task Page

EDIT TASK

{% csrf_token %}
{{task.title}} for [{{task.account_owner}}]

{{form.title}}
{{form.tag}}
{{form.status}}
{{form.due_date}}


{% csrf_token %}
{% for note in display_note %}
{{note.updated_time_stamp|naturaltime}}

{{note|safe}}
delete_icon

{% endfor %}

{{form.task_description}}