{% set is_admin = current_user.is_manager %}
{% set title = "Import Applications 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 %}#} {#
#} {#
#}

Orders from Portal in 'accepted' or 'processing' state (since {{ since|pretty_date }})

{% if is_admin %} {% endif %} {% for o in orders %} {% set oid = o['identifier'] %} {% set status = o['status'] %} {% set owner = o['owner'] %} {% set ft = o['form']['title'] %} {% set otype = 'BAG' if ft.startswith('BAG') else 'Rapid Access' %} {% if is_admin %} {% endif %} {% endfor %}
created ID type Title Owner email statusactions
{{ o['created']|pretty_date }} {{ oid }} {{ otype }} {{ o['title'] }} {{ owner['name'] }} {{ owner['email'] }} {{ status }} Import