{% load i18n %}
{% blocktrans with helpers=qualification.helpers_label actor=qualification.actor_label leader=qualification.leader_label%} Attention: Si vous retirez un·e {{ actor }}, {{ helpers }}, ou {{ leader }}, ses fiches d'heures seront définitivement supprimées. Fiches concernées : {% endblocktrans %}
{% for timesheet in timesheets %}

{{ timesheet.user.get_full_name }} - {{ timesheet.date }}

{% endfor %}