{% load i18n %}
{{ candidate_tasks.first.onboarding_task_id.task_title }}
{% for task in candidate_tasks %}
{{ task.candidate_id.name }}
{% endfor %}