{% extends "fittings/base.html" %} {% load i18n %} {% load humanize %} {% load filters %} {% load sri %} {% block more_css %} {% sri_static "tnnt_templates/libs/slim-select/1.26.0/dist/slimselect.min.css" %} {% endblock %} {% block page_title %}{% translate "Add Category" %}{% endblock %} {% block fittings_block %}
{% translate "New Category" %}
{% csrf_token %}

{% translate "Only selected groups will have access to fittings and doctrines in this category. If no groups are selected the category will be visible to all with fittings module access." %}

{% endblock %} {% block extra_javascript %} {% sri_static "tnnt_templates/libs/slim-select/1.26.0/dist/slimselect.min.js" %} {% endblock %}