{% extends 'generic/object.html' %} {% load validity %} {% load render_table from django_tables2 %} {% block content %}
Config Serializer
{% include "validity/inc/git_link.html" %}
Name {{ object.name }}
Config Extraction Method {{ object | colored_choice:"extraction_method" }}
{% include 'inc/panels/tags.html' %}
TTP Template [Source: {{ object | data_source }}]
{{ object.effective_template }}
Bound Devices
{% render_table device_table %}
{%include 'inc/paginator.html' with paginator=device_table.paginator page=device_table.page%}
{% endblock content %}