{% extends "base.html" %} {% block title %} » Report Runs » {{run.id}} {% endblock %} {% block nav %} Report Runs » {{run.id}} {% endblock %} {% block content %} {% if request.method == "GET" and request.values.delete %}
Are you sure you want to delete this report run? Cancel
{% else %}
ECOES Comparison
Date Created Created By State Number Of Rows Delete Download Spreadsheet Re-run Report Configuration
{{run.date_created|hh_format}} {{run.creator}} {{run.state}} {{rows|length}}
Download Re-run The configuration is held under the ecoes section and has keys user_name, password, prefix, exclude_mpan_cores and ignore_mpan_cores_msn.
{% for row in rows %} {% set vals = row.data['values'] %} {% for diff in vals['diffs'] %} {% endfor %} {% for diff in vals['diffs'] %} {% endfor %} {% endif %} {% for diff in vals['diffs'] %} {% endfor %}
{{vals['mpan_core_no_spaces']}}
Mpan Core Supplier Contract Edit Era Edit Supply{{diff}}Problem Fix
Chellow ECOES
{{vals['mpan_core']}} {{vals['chellow_supplier_contract_name']}} {% if 'chellow_era_id' in vals %} [edit] {% if 'chellow_supply_id' in vals %} [edit] {% endif %} {{vals['chellow_' + diff]}} {{vals['ecoes_' + diff]}} {% if diff == 'msn' %} - {{vals['ecoes_msn_install_date']}} {% elif diff == 'supplier' %} - {{vals['ecoes_supplier_registration_from']}} {% elif diff == 'mtc' %} - {{vals['ecoes_mtc_date']}} {% elif diff == 'llfc' %} - {{vals['ecoes_llfc_from']}} {% elif diff == 'mop' %} - {{vals['ecoes_mop_appoint_date']}} {% elif diff == 'gsp_group' %} - {{vals['ecoes_gsp_effective_from']}} {% endif %} {{vals['problem']}} {% if 'msn' in vals['diffs'] %}
{% endif %}
{% endfor %} {% endif %} {% endblock %}