{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "Application Sets" %}
{% if object.description %} {% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "Identifier" %} {{ object.identifier }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% trans "Applications" %}
{% htmx_table 'plugins:netbox_security:application_list' application_set_id=object.pk %}
{% endblock %}