{% extends main.html %} {% block content %}

Exceptions

{% for ts in erred_tasks %}

Task: {{ts.key}}

Worker(s):
    {% for w in ts.erred_on %}
  • {{w}}
  • {% end %}

Exception: {{ ts.exception_text }}

Traceback
{{ ts.traceback_text }} 
{% end %}
{% end %}