{% 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?

{% else %}

Supply Contacts

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']}}



{% for row in rows %} {% set vals = row.data['values'] %} {% endfor %}
Supply Contacts
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']}}
{% endif %} {% endblock %}