{%extends "base.html"%} {%from "errors_display.html" import errors_display%} {%block title%}Parse Results{%endblock%} {%block contents%}

{{job_name}}: parse results

{%if user_aborted%} Job aborted by the user {%endif%} {{errors_display(errors, "No errors found in the file", "We found the following errors")}} {%endblock%}