• {% if locationFellow.exitAt %}
    Du {{ locationFellow.entrerAt|date('d/m/Y') }} au {{ locationFellow.exitAt|date('d/m/Y') }} :
    {{ locationFellow.location.name ~ " - " ~ locationFellow.enclosure.name }}
    {% else %}
    Depuis le {{ locationFellow.entrerAt|date('d/m/Y') }} :
    {{ locationFellow.location.name ~ " - " ~ locationFellow.enclosure.name }}
    {% endif %}
    {% include 'partials/_modal.html.twig' with { modalId: "modal-edit-location_fellow_" ~ locationFellow.id, modalTitle: "Ajouter un emplacement", modalBody: component('form_location_fellow', {fellow: fellow, locationFellow: locationFellow}), } %} {% include "species/fellows/partials/_delete_form_location_fellow.html.twig" %}