{% load static i18n offboarding_filter %} {% if tasks %}
{% trans "Tasks" %}
{% for task in tasks %}
{{task.task_id.title}}
{% endfor %}
{% endif %}