{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content %}
{% blocktrans %}A level profile defines the set of RequirementLevel rows that match a particular standard (ASPICE, ISO 9001, IEC 62304, DO-178C). Pick one to align this installation with your QMS.{% endblocktrans %}
{% if active_profile == "custom" %} {% trans "Current state:" %} {% trans "Custom — the active levels don't match any built-in profile (you've hand-edited them)." %} {% elif active_profile == "none" %} {% trans "Current state:" %} {% trans "No active levels." %} {% else %} {% trans "Current state:" %} {{ active_profile }} ({{ cards|length }} {% trans "profiles available" %}). {% endif %}
{{ code }}
{{ card.would_orphan|join:", " }}.