add cox_needed attribute

This commit is contained in:
2023-04-06 20:08:58 +02:00
parent 12672917bb
commit 4d49574ebb
2 changed files with 9 additions and 1 deletions

View File

@ -30,6 +30,11 @@
<div class="pt-2">
<div class="flex justify-between items-center">
<div>
{% if planned_event.cox_needed %}
zusätzliche steuerperson notwendig!!!!!!elf!!
{% else %}
keine zusätzliche unbedingt notwendig
{% endif %}
<strong class="text-primary-900">{{ planned_event.planned_starting_time }} Uhr</strong> <small class="text-gray-600">({{ planned_event.name }})</small><br/>
<a href="#" data-sidebar="true" data-trigger="detailEvent{{ planned_event.id }}" class="inline-block text-primary-600 hover:text-primary-900 underline mr-3">Details</a>
</div>