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

HEAD (unmatched)

{% if report.head_unmatched|length > 0 %} {% for entry in report.head_unmatched %} {% endfor %}
sha summary
{{sha_from_entry(entry)}} {{entry.subject}}
{% else %}

no unmatched head entries

{% endif %}