{% extends "base.html" %} {% load i18n dv_filters bootstrap3 %} {% load salary_tags %} {% block head_title %}{% blocktrans %}Décompte salaires {{ year }}{% endblocktrans %}{% endblock %} {% block content %}
{% if timesheets_status_matrix %} {% for month in months.values %} {% endfor %} {% for user, statuses in timesheets_status_matrix.items %} {% for status in statuses %} {% endfor %} {% endfor %} {% for amount in timesheets_amount %} {% endfor %} {% if user|can:'timesheet_editor' %} {% for show_reminder_button in show_reminder_button_months %} {% endfor %} {% endif %} {% if user|can:'challenge_invoice_cru' %} {% for amount in timesheets_amount %} {% endfor %} {% endif %} {% if user|can:'timesheet_control' %} {% for month in months %} {% endfor %} {% endif %}
{{ month|capfirst }}.
{{ user.get_full_name }} {% if status %} {% endif %}
{% trans "Total CHF" %} {% if user|can:'timesheet_editor' %} {% for tmonth, timesheets in orphaned_timesheets.items %} {% if forloop.parentloop.counter == forloop.counter %} {% if timesheets|length > 0 %} {% else %} {{ amount }} {% endif %} {% endif %} {% endfor %} {% else %} {{ amount }} {% endif %}
{% trans "Envoyer un rappel" %}
{% with "csv" as format %} {% endwith %}
{% trans "Exports de contrôle" %} {% with "xls" as format %} {% endwith %}
{% else %}
{% trans "Aucun résultat." %}
{% endif %} {% endblock %}