{% endif %}
{{ fellow.departureStatus }} |
{% if fellow.departureAt and fellow.infoDeparture != "En" %}
{{ (fellow.infoDeparture ? fellow.infoDeparture : 'Le') ~ ' ' ~ fellow.departureAt|date('d/m/Y') }}
{% elseif fellow.departureAt and fellow.infoDeparture == "En" %}
{{ (fellow.infoDeparture ? fellow.infoDeparture : '') ~ ' ' ~ fellow.departureAt|date('m/Y') }}
{% else %}
Inconnue
{% endif %}
|
{{ fellow.destination ? fellow.destination.name }} |
{% endif %}
{% if fellow.deathAfterDeparture %}
Décès |
Le
{{ fellow.deathAfterDeparture|date('d/m/Y') }} |
|
{% endif %}
{% if fellow.type == "young" and fellow.departureStatus == null %}