{% extends "base.html" %}{% block content %}

{{ task.title }}

{{ task.reference_no }} ยท {{ task.module }}
{{ task.status }}

Source Details

{% for label,value in source_summary %}{% empty %}{% endfor %}
{{ label }}{{ value }}
No source detail available.

Decision

{% csrf_token %}{{ form.as_p }}
Reject/Return requires a reason. Approval updates the source module automatically.
{% endblock %}