{% extends "billy/base.html" %} {% load humanize %} {% load staticfiles %} {% 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 %}
Outcome | Time |
---|---|
{% if run.failure %}error{% else %}success{% endif %} | {{ run.scraped.started|date_display }} |