{% extends 'settings.html' %} {% load i18n %} {% block settings %} {% load static %}
{% if perms.base.view_employeeshift %}

{% trans "Shift" %}

{% if perms.base.add_employeeshift %} {% endif %}
{% include 'base/shift/shift_view.html' %} {% endif %}
{% endblock settings %}