{% 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 %} {% load zabbix_tags %} {% block content %}
Zabbix Tag
Name {{ object.zabbixtag.name|linkify }}
Description {{ object.zabbixtag.description }}
Tag {{ object.zabbixtag.tag }}
Value {{ object.zabbixtag.value }}
Assigned object {{ object.assigned_object|linkify }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}
{% render_zabbix_tag_assignment object as rendered_output %}
Rendered Value
{{ rendered_output|safe }}
{% plugin_right_page object %}
{% endblock %}