{% extends "base.html" %} {% load i18n dv_filters bootstrap3 %} {% load salary_tags %} {% block head_title %}{% blocktrans %}Décompte salaires {{ year }}{% endblocktrans %}{% endblock %} {% block content %}
{% for month in months.values %} | {{ month|capfirst }}. | {% endfor %}
---|---|
{{ user.get_full_name }} | {% for status in statuses %}{% if status %} {% endif %} | {% endfor %}
{% trans "Total CHF" %} | {% for amount in timesheets_amount %}{% 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 %} | {% endfor %}
{% trans "Envoyer un rappel" %} | {% for show_reminder_button in show_reminder_button_months %}{% endfor %} |
{% for amount in timesheets_amount %} | {% with "csv" as format %} | {% endfor %} {% endwith %}
{% trans "Exports de contrôle" %} | {% for month in months %}{% with "xls" as format %} {% endwith %} | {% endfor %}