{% extends 'calendar/week.html' %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block top_content %}
{% trans 'Legend' %} : 
{% trans 'Permit' %}
{% trans 'Vacation' %}
{% trans 'Illness' %}
{% trans 'Injury' %}
{% endblock %} {% block string_calendar %} {% for t in d.events %}
{{ t.employee.small_name }} : {{ t.date_time_in|date:"H:i" }} - {{ t.date_time_out|date:"H:i" }}
{% if perms.timereport.delete_transit %}
{% trans
{% endif %} {% if perms.timereport.change_transit %}
{% trans
{% endif %}
{% endfor %} {% endblock %}