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

{{ log }}

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