{% extends 'partials/base.html' %} {% load static %} {% block extra_css %} {% endblock %} {% block contents %}
{% for objectif in objectifs%} {% for etape in objectif.etape_set.all %} {% endfor %} {% endfor %}
GOAL {{ forloop.counter }}
{{ objectif.libelle }}
DESCRIPTION DES ÉTAPES DE L'ACTION PARTIE / DEPT RESPONSABLE DATE DE DEBUT DATE D'ÉCHÉANCE RESSOURCES REQUISES
(personnel, technologie, etc.)
RESULTAT SOUHAITÉ NOTES
{{etape.description }} {{etape.responsable }} {{etape.date_debut }} {{etape.date_fin }} {{etape.ressources }} {{etape.resultats }} {{etape.notes }}
{% endblock %} {% block extra_javascript %} {% endblock %}