{% for stage in root_stages %} {% if not stage.is_parent %} {% else %} {% endif %} {% if not forloop.last %} {% endif %} {% endfor %}
{% include "./approver.html" with stage=stage %} {% for child_stage in stage.stages.all %} {% endfor %}
{% include "./approver.html" with stage=child_stage %}
{{ stage.get_need_all|yesno:_("and,or") }}
{{ instance.is_parallel|yesno:"●,➜" }}