{% from 'macros/change_log_entry.html' import sha_from_entry %}

Matched

{% for name, matches in report.matches %}
{{name}} {{matches|length}} {% for match in matches %} {% endfor %}
HEAD-SHA HEAD-Subject BASE-SHA BASE-Subject
{{sha_from_entry(match.head)}} {{match.head.subject}} {{sha_from_entry(match.base)}} {{match.base.subject}}
{% endfor %}