{% if error %}

{{ error }}

{% endif %} {% if decisions %}

Showing {{ total }} decision{{ '' if total == 1 else 's' }} (server limit {{ limit }}{% if total == limit %} — at cap, raise limit if more expected{% endif %}).

0 selected
{% for d in decisions %} {% endfor %}
IDIP / valueScopeTypeReasonUntilOrigin
{{ d.id }} {{ d.value }} {{ d.scope }} {{ d.type }} {{ d.scenario }} {{ d.until }} {{ d.origin }}
{% else %} {% if not error %}

No active decisions.

{% endif %} {% endif %}