abiball/templates/admin/checked_in.html.twig

6 lines
173 B
Twig
Raw Normal View History

2025-02-13 21:59:10 +01:00
{% if not field.value %}
<button data-controller="checkin" data-id="">Einchecken</button>
{{ dump(field) }}
{% else %}
<button disabled>Eingechecked</button>
{% endif %}