{% extends 'htmx_modal.html.twig' %} {% block title %}Führerschein prüfen{% endblock %} {% block content %} {{ form_start(form, { 'attr': { 'hx-post': app.request.uri, 'hx-target': '#htmx-modal', 'hx-swap': 'outerHTML' } }) }}

Führerschein {{ teamer }} vom {{ document.createdAt|date('d.m.Y') }}

{{ icon('eye') }}
{{ form_row(form.status) }} {{ form_row(form.comment) }}
{{ form_rest(form) }} {{ form_end(form) }} {% endblock %}