{% extends 'lims/base.html' %} {% load i18n static %} {% load icons %} {% block page_heading %}

{{ user.username|upper }} | Schedule

{% endblock %} {% block extra_css %} {% endblock %} {% block pre_js %} {% endblock %} {% block object_tools %} {% if editable %} {% show_icon label='Usage' icon='ti ti-md ti-pie-chart' %} {% show_icon label='Emails' icon='ti ti-md ti-email' %} {% endif %} {% endblock %} {% block full %} {% include "schedule/week.html" with year=year week=week show_modes=True editable=editable %} {% endblock %}