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

{{ property.value|safe }}

{% endfor %}