{% extends "billy/base.html" %} {% load humanize %} {% load billy_utiltags %} {% block script %} {% endblock %} {% block content %}

{% if not warning %}

Scrape last ran with success
{% endif %}

run report for {{ runlog.scraped.state }}

The last scrape took {{ runlog.scraped.t_delta }}

{% for key in runlog.scraped.args %}{{ key }} {% endfor %}

{% for key in runlog.scraped.run_record %} {% if key.exception %} Exception Recieved {{ key.exception.type }} was thrown.

{{ key.exception.message }}
{% endif %}
{% endfor %}

some charts & stats

In order to help digest some of the raw numbers, here are some handy charts.



{% endblock %}