{% extends 'generic/object.html' %} {% load validity %} {% load render_table from django_tables2 %} {% block head %} {{ block.super }} {% include "validity/inc/prism.html" with header=True only %} {% endblock head %} {% block content %}
Compliance Test
{% include "validity/inc/datasource_link.html" %}
Name {{ object.name }}
Enabled {{ object.enabled | checkmark }}
Severity {{ object | colored_choice:"severity" }}
Selectors {{ object.selectors.all | linkify_list }}
Description {{ object.description }}
{% include 'inc/panels/tags.html' %}
Expression [source: {{ object | data_source }}]
{{ object.effective_expression }}
Bound Namesets
{% include 'validity/inc/search_form.html' with model='NameSet' %}
{% render_table table 'inc/table.html' %}
{%include 'inc/paginator.html' with paginator=table.paginator page=table.page%}
{% endblock content %} {% block javascript %} {{ block.super }} {% include "validity/inc/prism.html" %} {% endblock %}