+
+ {{ 'Completed missions'|trans }}
- {% for missionsRow in archivedMissions|batch(3) %}
-
-
- {% for mission in missionsRow %}
- {# @var mission \App\Service\Mission\Dto\MissionDto #}
-
-
- {% include '_partial/_mission_widget.html.twig' with {'mission': mission, 'lazy': true} %}
-
-
- {% endfor %}
-
-
- {% endfor %}
- {% endif %}
+ {% for missionsRow in archivedMissions|batch(3) %}
+
+
+ {% for mission in missionsRow %}
+ {# @var mission \App\Service\Mission\Dto\MissionDto #}
+
+
+ {% include '_partial/_mission_widget.html.twig' with {'mission': mission, 'lazy': true} %}
+
+
+ {% endfor %}
+
+
+ {% endfor %}
-
+
+ {% endif %}