Attention : Il y a des périodes de présence qui se chevauchent pour cet individu.
{% endif %}
{% if fellow.location %}
-
{{ fellow.location.name ~ " - " ~ fellow.enclosure.name }}
{% endif %}
{% if this.isAdding %}
{{ component('bloc_location', {fellow: fellow, locationFellow: null, isEditing: true}) }}
{% endif %}
{% for location in this.locations %}
{{ component('bloc_location', {fellow: fellow, locationFellow: location}) }}
{% else %}
- Emplacement inconnu
{% endfor %}
{% if this.locations|length > 4 and this.nbrView != null %}
{% endif %}