{% extends 'wafer/base.html' %} {% load i18n %} {% load crispy_forms_tags %} {% block content %}

Current filter

{% crispy filter_form %}

Tasks

{% if tasks %} {% regroup tasks by start|date as task_list %} {% include "wafer.volunteers/includes/task_list.html" with task_list=task_list accordion_id='all' %} {% else %}

{% trans "No tasks returned" %}

{% endif %}
{% endblock %}