{% 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 %}
{% else %}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 .
|
Mpan Core | Supplier Contract | Edit Era | Edit Supply | {% for diff in vals['diffs'] %}{{diff}} | {% endfor %}Problem | Fix | |
---|---|---|---|---|---|---|---|
Chellow | ECOES | {% endfor %}||||||
{{vals['mpan_core']}} | {{vals['chellow_supplier_contract_name']}} | {% if 'chellow_era_id' in vals %} [edit] | {% endif %}{% if 'chellow_supply_id' in vals %} [edit] {% endif %} | {% for diff in vals['diffs'] %}{{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 %} | {% endfor %}{{vals['problem']}} | {% if 'msn' in vals['diffs'] %} {% endif %} |