{% extends 'base.html' %} {% block content %}

{{ object_list|length }} Condition{{ object_list|length|pluralize }}

{% if perms.monolith.add_condition %}

Create

{% endif %} {% for condition in object_list %} {% endfor %}
Name Predicate Updated at
{{ condition.name }}
{{ condition.predicate }}
{{ condition.updated_at|date:"r"|default:"-" }}
{% endblock %}