{% trans "Description:" %} {{ obj.description|sanitize:"p b i br hr strong em img:src:alt span:style a:href:target ul li ol h1 h2 h3 h4"|safe }}
{% endif %}
{% for property in obj.getProperties %}
{% if property.value %}
{{property.propertymodel.name}}{% trans ":"%} {{ property.value|sanitize:"p b i br hr strong em img:src:alt span:style a:href:target ul li ol h1 h2 h3 h4"|safe }}