{% set title = "Import Application from Portal" %} {% include 'include_header.html' %}
{% if order %}

Imported Application:

Title:
{{ order.title }}
{% endif %} {% if errors %}

Errors importing application:

    {% for e in errors %}
  • {{ e }}
  • {% endfor %}
{% endif %}