add cox_needed attribute
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user