feat: collect teamers' meal preferences

This commit is contained in:
2026-08-27 18:27:17 +02:00
parent e7f3233dbc
commit 15a4af93f9
15 changed files with 427 additions and 0 deletions
@@ -15,6 +15,16 @@
<div class="flex-1 pr-8">
{% include '_partials/_teamer_training_info.html.twig' %}
{% include '_partials/_teamer_license_info.html.twig' %}
<h2 class="text-lg font-bold">
Ernährungsweise
</h2>
<p class="pb-4">
{% if teamer.mealPreference %}
{{ teamer.mealPreference.label }}
{% else %}
_
{% endif %}
</p>
<h2 class="text-lg font-bold">
Zustiege
</h2>