{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% load i18n %} {% block extra_controls %} {% if perms.adestis_netbox_applications.installedapplication_add %} {% trans "Add Application" %} {% endif %} {% endblock extra_controls %} {% load render_table from django_tables2 %} {% block content %}
Application Types
Name {% if object.name %} {{ object.name|markdown }} {% else %} {% trans "None" %} {% endif %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html'%} {% plugin_right_page object %}
{% endblock content %}