WIP: Implement application process
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% 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/_table.html.twig' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user