LISTE DES PLANIFICATIONS
| MOIS | ZONE | OBJECTIFS | ATTEINT |
|---|---|---|---|
| {{ planification.mois}} | {{ planification.zone }} | {{ planification.objectif_reunions }} | {% if planification.objectif_atteint %} OUI {% else %} NON {%endif%} |
{% extends 'base.html' %} {% load crispy_forms_tags %} {% load l10n %} {% block content %}
| MOIS | ZONE | OBJECTIFS | ATTEINT |
|---|---|---|---|
| {{ planification.mois}} | {{ planification.zone }} | {{ planification.objectif_reunions }} | {% if planification.objectif_atteint %} OUI {% else %} NON {%endif%} |