{% if block('box_before') is defined %}{{ block('box_before') }}{% endif %}
{{ block('box_text') }} {% if block('box_number') is defined %} {{ block('box_number') }} {% endif %} {% if progress is defined %}
{% endif %} {% if progress|default(block('progress_description'))|length > 0 %} {{ block('progress_description') }} {% endif %}
{% if block('box_after') is defined %}{{ block('box_after') }}{% endif %}