{% extends "threebot/worker/detail_base.html" %} {% load staticfiles %} {% load sekizai_tags %} {% load threebot_tags %} {% block inner_content %}

Log History {% if logs %}(latest {{ logs|length }}){% endif %}

{% if logs %} {% for log in logs %}

{% if log.exit_code == log.ERROR %} {% else %} {% endif %} {{ log }}

{% endfor %} {% else %}{# no logs #} {% endif %}
{% endblock %}