{% extends "base.html" %} {% load i18n dv_filters bootstrap3 forms_utils %} {% block head_title %} {% blocktrans trimmed with year=month.year month=month|date:'F' %} Heures pour {{ month }} {{ year }} {% endblocktrans %} {% endblock %} {% block container-class %}{% if dataset %}container-fluid{% else %}{{ block.super }}{% endif %}{% endblock %} {% block bootstrap3_extra_script %} {{ formset.media.js }} {% include 'snippets/datetimepicker_js.html' %} {% endblock %} {% block content %} {% include 'info/_month_nav.html' with nav_url=nav_url previous_url=prev_url previous_month=previous_month next_url=next_url next_month=next_month only %} {% if monitor_name %}
{% trans "Vous ne pouvez pas entrer des heures dans le futur." %}
{% elif is_current_month %}{% trans "Vous n’avez pas encore d’heures à rentrer ce mois." %}
{% else %}{% trans "Vous n’avez pas travaillé ce mois." %}
{% endif %} {% endif %} {% if orphaned_timesheets and request.user|can:"timesheet_editor" %} {% endif %} {% endblock %}