{% autoescape off %} {% for i in content %} {% if i.type == 'paragraph' %}

{{i.data.text|personalize:user}}

{% endif %} {% if i.type == 'header' %} {{ i.data.text|personalize:user }} {% endif %} {% if i.type == 'list' %} {% if i.data.style == "ordered" %}
    {% else %}
{% else %} {% endif %} {% endif %} {% if i.type == 'quote' %} {{i.data.text|personalize:user}} {% endif %} {% if i.type == 'image' %} {% endif %} {% if i.type == 'file' %} {{ i.data.file.name }}
{% endif %} {% if i.type == 'button' %} {{i.data.text|personalize:user}} {% endif %} {% if i.type == 'hr' %}
{% endif %} {% endfor %} {% endautoescape %}