Merge Diff Report
{% with report=combined %}
{% include "statistics_table.html" %}
{% endwith %}
{% for report in reports %}
{% include "statistics_table.html" %}
{% include "unmatched_table.html" %}
{% include "match_table.html" %}
{% include "prune_table.html" %}
{% endfor %}