{% extends 'base.html' %} {% block main %}
Start
{% for approval_step in approval_steps %}
{% if approval_step.type == "ALL_OF_THEM" %} {% elif approval_step.type == "AT_LEAST_ONE" %} {% endif %}

{{ approval_step.name }}

{% endfor %}
Approved
All of them
One of them
{% endblock %}