{% extends '_base.html' %} {% import '_macros.html' as macros %} {% block content %}

condition

title {% if condition.id_ %} [history]{% endif %}
is active
description {% if condition.id_ %} [history]{% endif %}
enables {% for process in enabled_processes %} {{process.title.newest|e}}
{% endfor %}
disables {% for process in disabled_processes %} {{process.title.newest|e}}
{% endfor %}
enabled by {% for process in enabling_processes %} {{process.title.newest|e}}
{% endfor %}
disabled by {% for process in disabling_processes %} {{process.title.newest|e}}
{% endfor %}
{{ macros.edit_buttons() }} {% endblock %}