{% extends "coop_cms/article.html" %} {% load i18n coop_edition coop_navigation %} {% block article %} {% cms_edit article %}

{{article.title}}

{{ article.summary }}
{{ article.content }}
{% end_cms_edit %} {% if_cms_edition %} {% include "coop_cms/_article_publication.html" %} {% endif %} {% endblock %}