@@ -263,6 +269,9 @@
Aucun dépôt de granulés renseigné.
{% endfor %}
{% else %}
+ {% if reception.merchandiseType %}
+
{{ reception.merchandiseType.label }}
+ {% endif %}
{% set buildingLabels = [] %}
{% for building in reception.buildings|default([]) %}
{% set buildingLabels = buildingLabels|merge([building.label]) %}