{% extends "coop_cms/base.html" %}
{% load i18n djaloha_utils coop_edition %}
{% block meta_title %}
{% article_title %}
{% endblock %}
{% block jquery_declaration %}
{{ block.super }}
{# jQuery is already loaded, add any additional JS libs here #}
{% if_cms_edition %}{% cms_form_media %}{% endif %}
{% endblock %}
{% comment %}
{% else %}
{% comment %}
{% if request.user.is_authenticated %}
{% endif %}
{% endcomment %}
{% block document %}
{% block article %}
{% include "coop_cms/_article_form.html" %}
{% if_cms_edition %}
{% include "coop_cms/_article_publication.html" %}
{% endif %}
{% endblock %}
{% endblock %}
{% comment %}
{% block jquery_footer %}
{% if_cms_edition %}
{% endif %}
{% endblock %}
{% endcomment %}