{% load i18n sanitize chimere_tags %} {% if news_lst or welcome_message %} {% trans "Welcome message"%}
{{news.content|safe}}
{% else %}{{news.description|sanitize:"p b i br hr strong em img:src:alt span:style a:href:target ul li ol h1 h2 h3 h4 table td th tr"|safe}}
{% endif %} {% for property in news.getProperties %}{{ 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 table td th tr"|safe }}
{% endfor %} {% endif %}