Files
myep-team/templates/teamer/disposition/recent.html.twig
T

10 lines
263 B
Twig

{% extends 'teamer/layout.html.twig' %}
{% block title %}Einsatzübersicht{% endblock %}
{% block content %}
<h1 class="text-2xl font-bold pb-8">
Meine letzten Einsätze
</h1>
{% include 'teamer/disposition/_list.html.twig' %}
{% endblock %}