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

You have No project Story and Indicators. Please create a project Story and add a indicator before proceeding.



{% elif not projects.exists %}

You have No project Story. Please add before proceeding.


{% elif not indicators.exists %}

You have No project Indicator. Please add before proceeding.


{% else %} Please ensure all Project Results 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 Result's request.
{% include "backend/apps/quicknav.html" %}
New Project Result
{% csrf_token %}
Add New Result
{% if user.is_superuser %}
{% endif %}
{% endif%} {% endblock %}