{% extends 'base.html' %} {% load i18n ksp_filters %} {% block body %}

{% trans 'News' %}

{% for msg in msgs %}
{{msg.subject}}
{% trans 'Published on' %} {{msg.publish_on}}
{{msg.body|safe}}
{% endfor %}

{% trans 'Quickstart' %}

{% trans 'Intervention' %}
{% trans 'Compensation' %}
{% trans 'Eco-account' %}
{% endblock %}