{% 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 %}
{% for key in runlog.scraped.run_record %}
{% if key.exception %}
Exception Recieved
{{ key.exception.type }}
was thrown.
{{ key.exception.message }}{% endif %}