{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
API Server
Name {{ object.name|placeholder }}
Description {{ object.description|placeholder }}
API URL {{ object.api_url|placeholder }}
API Token {{ object.api_token|placeholder }}
Enabled {% checkmark object.enabled %}
Assigned Zones {{ zones.count }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
Assigned Zones
{% render_table zone_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=zone_table.paginator page=zone_table.page %}
{% plugin_full_width_page object %}
{% endblock content %}