{% 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 %}).
{% else %} {% if not error %}No active decisions.
{% endif %} {% endif %}