feat: filter assignments and applications by country

closes #8698fpqq5
This commit is contained in:
Björn Fromme
2025-04-08 17:48:44 +02:00
parent 299c37c823
commit 947b183c50
10 changed files with 77 additions and 5 deletions
@@ -18,6 +18,7 @@
{{ form_row(filterForm.jobProfiles) }}
{{ form_row(filterForm.hotels) }}
{{ form_row(filterForm.duration) }}
{{ form_row(filterForm.country) }}
{{ form_row(filterForm.includePast) }}
</div>
<div class="flex items-center space-x-2">
@@ -26,4 +27,4 @@
</div>
{{ form_rest(filterForm) }}
{{ form_end(filterForm) }}
{% endblock %}
{% endblock %}
@@ -18,6 +18,7 @@
{{ form_row(filterForm.jobProfiles) }}
{{ form_row(filterForm.hotels) }}
{{ form_row(filterForm.duration) }}
{{ form_row(filterForm.country) }}
{{ form_row(filterForm.includePast) }}
</div>
<div class="flex items-center space-x-2">
@@ -26,4 +27,4 @@
</div>
{{ form_rest(filterForm) }}
{{ form_end(filterForm) }}
{% endblock %}
{% endblock %}