{% extends 'base.html.twig' %} {% block title %}Mission index{% endblock %} {% block body %}

Mission index

{% for mission in missions %} {% else %} {% endfor %}
Id Label actions
{{ mission.id }} {{ mission.label }} show edit
no records found
Create new {% endblock %}