{% 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_macros %} {% block content %}
| Name | {{ object.full_name }} |
| Is Regex | {{ object.is_regex }} |
| Context | {{ object.context }} |
| Value | {% if object.zabbixmacro.type == '1' %} **** {% else %} {{ object.value }} {% endif %} |
| Assigned object | {{ object.assigned_object|linkify }} |