{% load i18n %}
3 {% trans "TypeConfig" %}

{% blocktrans %}Links each Custom Object Type to NSM behaviour (matching class, display, panel). Inheritance is configured per link under Assign, not here.{% endblocktrans %}

{% csrf_token %}
{% if not all_cots_ok %}

{% trans "Available after section 2 is complete." %}

{% endif %}
{% for entry in tc_status %} {% endfor %}
{% trans "Type" %} {% trans "Matching Class" %} {% trans "Status" %}
{{ entry.spec.slug }} {{ entry.spec.matching_class }} {% if entry.typeconfig %} OK {% elif not entry.cot %} {% trans "waiting" %} {% else %} {% trans "missing" %} {% endif %}
{% if all_tcs_ok %}
{% trans "Section 3 complete." %}
{% endif %}