{% macro render_steps() %} {% endmacro %} {% macro render_step(label, text=none, label_position='top', current=false, before_current=false, completed=false) %}
  • {% if label_position == 'top' %}
    {{ label }}
    {% endif %}
    {% if text %}
    {{ text }}
    {% endif %} {% if label_position == 'bottom' %}
    {{ label }}
    {% endif %}
  • {% endmacro %}