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

Condition{{ object_list|length|pluralize }} ({{ object_list|length }})

{% if perms.monolith.add_condition %} {% url 'monolith:create_condition' as url %} {% button 'CREATE' url "Create new Monolith Condition" %} {% endif %}
{% for condition in object_list %} {% endfor %}
Name Predicate Updated at
{{ condition.name }}
{{ condition.predicate }}
{{ condition.updated_at|date:"r"|default:"-" }}
{% endblock %}