{% load bootstrap3 %} {% comment %} Display description text Parameters: object_list List of text paragraphs attributes.class Class of encapsulating div. Empty by default {% endcomment %}
{% for obj in object_list %}

{{ obj|safe }}

{% endfor %}