{% load i18n %} {% load static %} {% load horillafilters %}
{% if candidate.candidate_task.exists %} {% for task in candidate.candidate_task.all %}
{{ task.onboarding_task_id.task_title }}
{% endfor %} {% else %}
Page not found. 404.
{% trans "There are no tasks assigned for this candidate." %}
{% endif %}