{% extends 'Admin/base.html.twig' %} {% block title %}Membre {% endblock %} {% block body %} {{ include("Admin/partials/title.html.twig", {'name':'Zone d\'intervention'} ) }}
| Province | Region | District | Commune | Participant | Action |
|---|---|---|---|---|---|
| {{ zone.province.label }} | {{ zone.region.label}} | {{ zone.district.label }} | {{ zone.commune.label }} | {% if zone.membre is not null %} {{zone.membre.nomcomplet}} {% else %} Aucune {% endif %} | {% if zone.membre is not null %} Changer un Participant | {% else %} Ajouter un Participant {% endif %}