{% from "macros.html" import evidence_details %} {% if mode == "scope" %}
{% for c in clauses %}{{ c.description }}
{% if c.limits.quantity %}{% endif %}{% for d in case.decisions %} {{ d.decision.value|tr_decision }} {% endfor %}
{% for d in case.decisions %}{{ evidence_details(d) }}{% endfor %}