{% extends "base.html" %} {% load i18n coop_edition coop_navigation %} {% block meta_title %}{{article.title}}{% endblock %} {% block jquery_declaration %} {{ block.super }} {% if_cms_edition %}{% cms_form_media %}{% endif %} {% endblock %} {% block document %} {% block article %} {% cms_edit article logo_size=200 %}

{{article.title}}

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