{% extends 'generic/object.html' %} {% load validity %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %}
Compliance Test
{% include "validity/inc/git_link.html" %}
Name {{ object.name }}
Description {{ object.description | placeholder}}
Global {{ global | checkmark }}
Bound Tests {{ object.tests.all | linkify_list }}
{% include 'inc/panels/tags.html' %}
Definitions [source: {{ object | data_source }}]
{{ object.effective_definitions }}
{% endblock content %}