{% extends 'EPSCoreBundle::layout.html.twig' %} {% block ariane_lis %}
Campagne | Période depuis la création de la campagne jusqu'à aujourd'hui | |||
---|---|---|---|---|
Nom | Date début | Date fin | Nb lots total | Nb lots restant |
{{ c.lib }} | {{ c.dateDebut|date('d/m/Y') }} | {{ c.dateFin|date('d/m/Y') }} | {% if dotations[c.id] is defined and dotations[c.id].nbLotTotal is defined %}{{ dotations[c.id].nbLotTotal }}{% else %}0{% endif %} | {% if dotations[c.id] is defined and dotations[c.id].nbLotRestant is defined %}{{ dotations[c.id].nbLotRestant }}{% else %}0{% endif %} |