add filtering in task list

This commit is contained in:
2021-10-27 13:32:52 +02:00
parent 691c5ffd21
commit f4fb375fd1
4 changed files with 97 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
<h1>{{ block('title') }}</h1>
{{ filter_order|chill_render_filter_order_helper }}
{% if tasks|length == 0 %}
<p class="chill-no-data-statement">{{ 'Any tasks'|trans }}</p>
{% else %}