{% extends "threebot/workflow/detail_base.html" %} {% load staticfiles %} {% load sekizai_tags %} {% load threebot_tags %} {% block inner_content %}
    {% if workflow_tasks %} {% for wt in workflow_tasks %}
  1. {{ wt.task.title }}

  2. {% endfor %} {% else %} {% endif %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}

Tasks of {{ workflow.owner }} Add Task

Filter
    {% for task in tasks %}
  1. {{ task.title }}

  2. {% empty %} {% endfor %}
{#
#}
{% addtoblock "js" %} {% endaddtoblock "js" %} {% endblock %}