{% extends 'layouts/base.html' %} {% load i18n %} {% load action_icons %} {% block title %}{% if category %}{% trans "Update Category" %}{% else %}{% trans "Create Category" %}{% endif %}{% endblock %} {% block content %}
{% if category %}{% trans "Edit standard category" %}{% else %}{% trans "Add new standard category" %}{% endif %}
{% trans "Use the order field to control how categories appear in lists and dropdowns. Lower numbers appear first." %}
{% trans "Example:" %}
1 - Patient Safety
2 - Quality Management
3 - Infection Control
{% trans "Only active categories can be used when creating new standards. Inactive categories remain in the system but are not available for selection." %}