{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Add Object Config" %}{% endblock %} {% block content %}

{% trans "Add Object Config" %}

{% if missing %}
{% csrf_token %}

{% trans "Select a Custom Object Type without nsm_config in comments." %}

{% for entry in missing %} {% endfor %}
{% trans "Cancel" %}
{% else %}
{% trans "All UI object types already have nsm_config in comments." %}
{% trans "Back" %} {% endif %} {% endblock %}