{% load i18n %}
comments.nsm_config per type.{% endblocktrans %}
migrate netbox_custom_objects
{{ type.slug }}
— {{ type.label }}
{{ type.description }}
{% endif %} {% if type.nsm_config_preview %}| {{ row.label }} | {% if row.mono %}{{ row.value }}{% else %}{{ row.value }}{% endif %} |
|---|
| {% trans "Column" %} | {% trans "Type" %} | {% trans "Required" %} |
|---|---|---|
| {{ field.label }} | {{ field.type }} |
{% if field.required %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} |
| {% trans "No columns defined." %} | ||
{% trans "No types defined." %}
{% endfor %}{% trans "Imports Custom Object Types and writes nsm_config into each type's comments field." %}
{{ group.description }}
| {% trans "Slug" %} | {% trans "Label" %} | {% trans "Description" %} | {% trans "Status" %} |
|---|---|---|---|
{{ entry.slug }} |
{{ entry.label }} | {{ entry.description }} | {% if entry.cot %} {% trans "present" %} {% else %} {% trans "missing" %} {% endif %} |