{% if prompts_type == 'html' %}
{% autoescape off %}{{ part.prompt.description }}{% endautoescape %}
{% else %}
{{ part.prompt.description|linebreaks }}
{% endif %}