{% load cms_tags i18n sekizai_tags %} {% with step=instance %} {% autoescape off %}{{ step.get_opening_tag }}{% endautoescape %} {% if step.icon_name %} {% endif %}
{{ step.title }}
{{ step.description }}
{% autoescape off %}{{ step.get_closing_tag }}{% endautoescape %} {% endwith %} {% addtoblock "js" %} {% endaddtoblock %}