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

{% trans "Rotating Shift" %}

{% if perms.base.add_rotatingshift %} {% endif %}
{% if rshifts %} {% include 'base/rotating_shift/rotating_shift_view.html' %} {% else %}
Page not found. 404.
{% trans "There is no rotating shifts at this moment." %}
{% endif %} {% endif %}
{% endblock settings %}