1. Accueil
  2. {# Cas Programme #} {% if program and not project %}
  3. Programmes
  4. {{ program.name }}
  5. {% endif %} {# Cas Projet et ses hiérarchies #} {% if project %}
  6. Projets
  7. Projet : {{ project.acronym }}
  8. {% if component %}
  9. Composante : {{ component.acronym }}
  10. {% if activity %}
  11. Activité : {{ activity.acronym }}
  12. {% endif %} {% endif %} {% endif %}