{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
Zabbix Tag
Name {{ object.name }}
Description {{ object.description }}
Tag {{ object.tag }}
Value {{ object.value }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}

Assigned objects {% if perms.nbxsync.add_zabbixtagassignment %} {% endif %}

{% if objectassignment_table %} {% render_table objectassignment_table %} {% else %}
No objects assigned.
{% endif %}
{% plugin_right_page object %}
{% endblock %}