{% extends "layout.html" %} {% import 'macros.html' as macros with context %} {% block title %}Scored{% endblock %} {% block body %}
{{ macros.render_header() }} {% if candidates|length %} {% for mapping in candidates %} {{ macros.render_mapping(mapping, entity=entity) }} {% endfor %} {% else %} {% endif %}
No matches to approve

{% endblock %}