{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
{% if not projects.exists %}

You have No project Story. Please create a project Story before proceeding.


{% else %}

Please ensure all project milestone details are accurately filled in the form. Provide comprehensive information to assist in proper assessment and resource allocation. Double-check for any errors or omissions before submitting the form.

Incomplete or inaccurate information may delay the processing of the project milestone's request.
{% include "backend/apps/quicknav.html" %}
New project milestone
{% csrf_token %}
Add New Milestone

Upload supporting documents related to the milestone.

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