{% load i18n tionix_tags %}
{% if lazy %}
{% endif %}
{% if vertical %}
{% tnx_include 'horizon/common/_workflow_vertical.html' %}
{% else %}
{% tnx_include 'horizon/common/_workflow_default.html' %}
{% endif %}
{% block modal-js %}
{% if workflow.wizard %}
{% endif %}
{% endblock %}