{% extends 'generic/object.html' %} {% load validity %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Description | {{ object.description | placeholder}} |
Global | {{ global | checkmark }} |
Bound Tests | {{ object.tests.all | linkify_list }} |
{{ object.effective_definitions }}