{% extends 'layouts/base.html' %} {% load i18n %} {% load action_icons %} {% block title %}{% if source %}{% trans "Update Source" %}{% else %}{% trans "Create Source" %}{% endif %}{% endblock %} {% block content %}
{% if source %}{% trans "Edit standard source" %}{% else %}{% trans "Add new standard source" %}{% endif %}
{% trans "Use a unique code to identify the standard source organization." %}
{% trans "Examples:" %}
- CBAHI (Central Board for Accreditation of Healthcare Institutions)
- JCI (Joint Commission International)
- ISO (International Organization for Standardization)
{% trans "Only active sources can be used when creating new standards. Inactive sources remain in the system but are not available for selection." %}