Date Created |
Created By |
State |
Number Of Rows |
Delete |
Download Spreadsheet |
Re-run Report |
{{run.date_created|hh_format}} |
{{run.creator}} |
{{run.state}} |
{{rows|length}} |
|
Download
|
Re-run
|
{% for row in rows %}
{% set vals = row.data['values'] %}
{{vals['mpan_core_no_spaces']}}
Mpan Core |
Supplier Contract |
Edit Era |
Edit Supply |
{% for diff in vals['diffs'] %}
{{diff}} |
{% endfor %}
Problem |
{% for diff in vals['diffs'] %}
Chellow |
ECOES |
{% endfor %}
{{vals['mpan_core']}}
|
{{vals['chellow_supplier_contract_name']}}
|
[edit] |
[edit]
|
{% for diff in vals['diffs'] %}
{{vals['chellow_' + diff]}} |
{{vals['ecoes_' + diff]}}
{% if diff == 'msn' %}
- {{vals['ecoes_msn_install_date']}}
{% elif diff == 'supplier' %}
- {{vals['ecoes_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']}} |
{% endfor %}