{% extends "coop_cms/base.html" %} {% load i18n pagination_tags %} {% block meta_title %}coop_cms{% endblock %} {% block extra_head %} {{block.super}} {% endblock %} {% block document %} {% blocktrans %}

Welcome on coop_cms

coop_cms is a simple CMS for the Django web framework.
The goal is to make article edition as simple as possible thanks to HTML5 content editable and Aloha editor.

{% endblocktrans %} {% if articles %} {% blocktrans %}

Here is the list of articles in the CMS.

{% endblocktrans %} {% else %} {% blocktrans %}

Let's start and create your first first article by clicking "Add article" in the left menu.

{% endblocktrans %} {% endif %} {% autopaginate articles 50 %} {% paginate %} {% endblock %}