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

Description

{{ workflow.desc|urlize|linebreaks }}

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