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

{% trans "Work Type" %}

{% if perms.base.add_worktype %} {% endif %}
{% if work_types %} {% include 'base/work_type/work_type_view.html' %} {% else %}
Page not found. 404.
{% trans "There is no work types at this moment." %}
{% endif %} {% endif %}
{% endblock settings %}