{% extends 'generic/object.html' %} {% load validity %} {% load render_table from django_tables2 %} {% block content %}
Compliance Test
{% include "validity/inc/git_link.html" %}
Name {{ object.name }}
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
{% render_table nameset_table %}
{%include 'inc/paginator.html' with paginator=nameset_table.paginator page=nameset_table.page%}
{% endblock content %}