{% extends "billy/base.html" %} {% load humanize %} {% load billy_utiltags %} {% block script %} {% endblock %} {% block content %}
{% if not warning %}
{% endif %}
{% for key in runlog.scraped.args %}{{ key }} {% endfor %}
{{ key.exception.type }} was thrown.{{ key.exception.message }}
{% endif %}
| State | Outcome | Time |
|---|---|---|
| {{ run.scraped.state }} | {% if run.failure %}error{% else %}success{% endif %} | {{ run.scraped.started|date_display }} |