{% extends "base.html" %} {% block title %}Matching Report - {{ report.filename }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Matching Report

{% if html_content %} Download HTML {% endif %} Back
{{ '%.0f' % report.score if report.score is not none else '-' }}%
Match Rate
Campaign{{ report.filename }}
Date{{ report.created_at.strftime('%Y-%m-%d %H:%M:%S') if report.created_at }}
{% if html_content %}
Detailed Report
{% else %}
Report file not found.
{% endif %}
{% endblock %}