{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
RESULT: {{ result.project.title }}:

You are Updating/Editing {{ result.project.title }}

Proceed
{% include "backend/apps/quicknav.html" %}
RESULT: {{ result.project.title }}:

Edit Resource

{% csrf_token %}
Edit Result: {{ result.project.title }}
No project in the list ? Proceed to Add Project Story.
{% if result.support_document.exists %} {% else %}

No support documents available.

{% endif %}

Kindly upload original/scanned documents supporting the information above.

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