{% 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 %}
| Name | {{ object.name }} |
|---|---|
| Enabled | {{ object.enabled | checkmark }} |
| Severity | {{ object | colored_choice:"severity" }} |
| Selectors | {{ object.selectors.all | linkify_list }} |
| Description | {{ object.description }} |
{{ object.effective_expression }}