{% 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 Template Assignment
Assigned object {{ object.assigned_object|linkify }}
Template {{ object.zabbixtemplate|linkify }}
Server {{ object.zabbixserver|linkify }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}
{% plugin_right_page object %}
{% endblock %}