{% if ea.crud.currentAction == 'detail' %} {% if field.value|length > 0 %}
| # | Nom | Début | Fin | ||
|---|---|---|---|---|---|
| {{ userSubscriptions.id }} | {{ userSubscriptions.subscription.name }} | {% if userSubscriptions.startedAt is null %}- | {% else %}{{ userSubscriptions.startedAt|date("d/m/Y H:m") }} | {% endif %} {% if userSubscriptions.endAt is null %}- | {% else %}{{ userSubscriptions.endAt|date("d/m/Y H:m") }} | {% endif %}