feat: collect teamers' meal preferences
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user