{% for step in transaction.steps %} {% if step.state == 0 %}
  • {{ step.title }}
  • {% else %} {% if step.state == 1 %}
  • {{ step.title }}
  • {% endif %} {% endif %} {% endfor %}