{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load i18n %} {% block title %}{{ object.name }}{% endblock %} {% block content %}

{% trans "Module Type Profile" %}

{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}

{% trans "Schema" %} {% copy_content 'profile_schema' %}

{{ object.schema|json }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}

{% trans "Module Types" %} {% if perms.dcim.add_moduletype %} {% endif %}

{% htmx_table 'dcim:moduletype_list' profile_id=object.pk %}
{% plugin_full_width_page object %}
{% endblock %}