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

Mission index

{% for mission in missions %} {% else %} {% endfor %}
Id Name Detail actions
{{ mission.id }} {{ mission.name }} {{ mission.detail }} show edit
no records found
Create new {% endblock %}