{% load components_tags %}
{% if show_steps %}
{% for i in max|to_range %} | {% endfor %}
{% for i in max|to_range %} {{ i }} {% endfor %}
{% endif %}