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

Asset Database Comparison

Date Created Created By State Number Of Rows Delete Download Spreadsheet Active Statuses Inactive Statuses Ignored Statuses
{{run.date_created|hh_format}} {{run.creator}} {{run.state}} {{rows|length}}
Download {{run.data['STATUSES_ACTIVE']}} {{run.data['STATUSES_INACTIVE']}} {{run.data['STATUSES_IGNORE']}}

{% for row in rows %} {% for title in row.data.titles %} {% endfor %} {% endfor %}
Sites inactive in the asset database, but with an electricity supply in Chellow
Site Code Asset Status Chellow Supplies Asset Database Chellow
{{row.data['values'][title]}} view view
{% endif %} {% endblock %}