{% load i18n %} {% load sanitize %}
{% if obj.picture %}{{obj.name}}{%endif%}
{% for property in obj.getProperties %}

{{ property.value|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4"|safe }}

{% endfor %}