{% extends "BASE.html" %} {% load static %} {% block 'titre_page' %} Gestion des projets {% endblock %} {% block 'contenu' %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Suivi des Activités ({{ nom_projet }} )
Budget Total (GNF)

{{ budget_total }}

Budget RH (GNF)

{{ budget_RH }}

Budget Dépensé (GNF)

{{budget_depense}}

La liste des Activités
{% endblock %} {% block 'modal' %} {% include "gestion_projet/parts/modalAjoutActivite.html" %} {% include "gestion_projet/parts/modalDetailActivite.html" %} {% include "gestion_projet/parts/modalAjoutDocument.html" %} {% include "gestion_projet/parts/modalMiseAJourDepense.html" %} {% include "gestion_projet/parts/modalAjoutLivrable.html" %} {% include "gestion_projet/parts/liste_document_projet.html" %} {% include "gestion_projet/parts/modalAnnulerActivite.html" %} {% endblock %} {% block 'js' %} {% endblock %}