{% 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 | Delete | Download Spreadsheet | Re-run Report |
---|---|---|---|---|---|
{{run.date_created|hh_format}} | {{run.creator}} | {{run.state}} | Download | Re-run |
{{run.data['dno_contact_message']}}
Site Id | Site Name | DNO | DNO Contact | Meter Operator | Import MPAN Core | Supplier | Problem |
---|---|---|---|---|---|---|---|
{{vals['site_code']}} | {{vals['site_name']}} | {{vals['dno_name']}} | {{vals['dno_contact']}} | {{vals['mop_name']}} | {{vals['import_mpan_core']}} | {{vals['import_supplier_name']}} | {{vals['problem']}} |