{% extends 'htmx_modal.html.twig' %} {% block title %}Kommentar{% endblock %} {% block content %}

{{ ('label.document.type.' ~ document.type)|trans }} {{ document.disposition.teamer }} vom {{ document.createdAt|date('d.m.Y') }}

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