{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
ACTIVITY: {{ activity.name }}:

You are Updating/Editing {{ activity.name }}

Proceed
{% include "backend/apps/quicknav.html" %}
ACTIVITY: {{ activity.name }}
{% csrf_token %}
Edit Activity
{% if activity.support_document.exists %} {% else %}

No support documents available.

{% endif %}

Kindly upload original/scanned documents supporting the information above.

{% if user.is_superuser %}
{% endif %}
{% endblock %}