{% 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 %}
| Name | {{ object.name }} |
| Zabbix Server | {{ object.zabbixserver|linkify }} |
| Description | {{ object.description }} |
| Type | {{ object.get_maintenance_type_display }} |
| Tags Evaluation | {{ object.get_tags_evaltype_display }} |
| Active since | {{ object.active_since|date:'d-m-Y H:i' }} |
| Active till | {{ object.active_till|date:'d-m-Y H:i' }} |