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

Current filter

{% crispy filter_form %}
{% if user.is_authenticated %}

Data for {{ user.userprofile.display_name }}

Show my tasks Update my preferences

{% endif %} {% if perms.volunteers.add_task %}

Video Admin

Video Task Scheduling Volunteer Video Shirts

{% endif %}

Tasks

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

{% trans "No tasks returned" %}

{% endif %}
{% endblock %}