{% load i18n %} {% load sanitize %}
{% trans "This is the default message. You can overload it by modifying the file welcome.html in the template directory of Chimère. Below this message all news message will be displayed. You can add them in administration pages."%}
{% if news_lst %}{{news.content|safe}}
{% else %}{{ property.value|sanitize:"p b a:href ul li ol h1 h2 h3 h4"|safe }}
{% endfor %} {% endif %}