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

{% trans "Rotating Work Type" %}

{% if perms.base.add_rotatingworktype %} {% endif %}
{% if rwork_type %} {% include 'base/rotating_work_type/rotating_work_type_view.html' %} {% else %}
Page not found. 404.
{% trans "There is no rotating work types at this moment." %}
{% endif %} {% endif %}
{% endblock settings %}