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

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

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

Edit Project

{% csrf_token %}

Upload any relevant documents related to the project, such as reports or analysis.

{% if project.project_document.exists %} {% endif %}
{% if solution_tree.project_document.exists %} {% else %}

No support documents available.

{% endif %}

Kindly upload original/scanned documents supporting the information above.

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