{% extends "settings.html" %} {% block settings %} {% load i18n %}

{% trans "Default Accessibility" %}

{% for accessibility, display in accessibility %}
{% trans "Only those normal users/employees with any category mentioned in the form can access the" %} `{{display}}` {% trans "feature" %}
{% trans "If skip all the category fields in the form, then all normal users/employees can access the feature" %}
{{accessibility_filter.form.structured}}
{% endfor %}
{% endblock settings %}