{% extends "base.html" %} {% block title %} » Report Runs » {{run.id}} {% endblock %} {% block nav %} Report Runs » {{run.id}} {% endblock %} {% block content %}
Date Created | Created By | State | Number Of Rows | Delete | Download Spreadsheet |
---|---|---|---|---|---|
{{run.date_created|hh_format}} | {{run.creator}} | {{run.state}} | {{rows|length}} | Download |
Contract | Month | Supply | Import MPAN | Export MPAN | Account | Site |
---|---|---|---|---|---|---|
{% if values['market_role_code'] == 'M' %} {{values['contract_name']}} {% elif values['market_role_code'] == 'C' %} {{values['contract_name']}} {% elif values['market_role_code'] == 'X' %} {{values['contract_name']}} {% endif %} | {{values['month_start'][:7]}} | View | {% if values['imp_mpan_core'] is not none %} {{values['imp_mpan_core']}} {% endif %} | {% if values['exp_mpan_core'] is not none %} {{values['exp_mpan_core']}} {% endif %} | {{values['account']}} | {{values['site_code']}} |