{% extends 'generic/object.html' %} {% load validity %} {% load render_table from django_tables2 %} {% block content %}
Serializer
{% include "validity/inc/datasource_link.html" %}
Name {{ object.name }}
Extraction Method {{ object | colored_choice:"extraction_method" }}
{% include 'inc/panels/related_objects.html' %}
{% include 'inc/panels/tags.html' %}
Template [Source: {{ object | data_source }}]
{% include 'extras/inc/configcontext_data.html' with data=object.effective_template %}
All Bound Devices
{% include 'validity/inc/search_form.html' with model='Device' %}
{% render_table table 'inc/table.html' %}
{%include 'inc/paginator.html' with paginator=table.paginator page=table.page%}
{% endblock content %}