{% 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 %}

{{ log }}

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