feat: timeline for role house manager
closes #869b9vmmx
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
{{ form_row(filterForm.dateFrom) }}
|
||||
{{ form_row(filterForm.dateTo) }}
|
||||
</div>
|
||||
{{ form_row(filterForm.hotels) }}
|
||||
{% if filterForm.hotels is defined %}
|
||||
{{ form_row(filterForm.hotels) }}
|
||||
{% endif %}
|
||||
<div class="flex items-center space-x-2">
|
||||
{{ form_widget(filterForm.apply, { 'attr': { 'class': 'btn' } }) }}
|
||||
{{ form_widget(filterForm.reset, { 'attr': { 'class': 'btn btn--secondary' } }) }}
|
||||
|
||||
Reference in New Issue
Block a user