diff --git a/app/templates/dashboard_home.twig b/app/templates/dashboard_home.twig index 22927f6a1fd8e709a234634d9bd37fd5564cda83..21bf43b9cb8523bf95719232e008ddbd07f05a99 100644 --- a/app/templates/dashboard_home.twig +++ b/app/templates/dashboard_home.twig @@ -75,11 +75,9 @@
- Régime alimentaire {{ participant.getRegimeAlimentaire() }}
- Personne à mobilité réduite {% if participant.getMobiliteReduite() %} oui {% else %} non {% endif %}
- Besoin de code wifi {% if participant.getCodeWifi() %} oui {% else %} non {% endif %}
+
Inscrit sur la mailing-liste {% if participant.getMailingList() %} oui {% else %} non {% endif %}
- Inscrit à l'évènement social {% if participant.getEvenementSocial() %} oui {% else %} non {% endif %}
+
@@ -127,8 +125,7 @@