{% load i18n %}
{% blocktrans %}Links each Custom Object Type to NSM behaviour (matching class, display, panel). Inheritance is configured per link under Assign, not here.{% endblocktrans %}
{% trans "Available after section 2 is complete." %}
{% endif %}| {% 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 %} |