โ {{ t('mem.disputed_title', n=disputes|length) }}
{{ t('mem.disputed_desc') }}
{% for d in disputes %}
{{ d.clause_id }}{% if d.clause_ref %} ({{ d.clause_ref }}){% endif %}
{% if d.description %}
{{ d.description }}
{% endif %}
{% else %}
{{ t('mem.no_disputes') }}
{% endfor %}