{% extends "base.html" %}
{% load i18n djaloha_utils coop_edition %}
{% block meta_title %}
{% article_title %}
{% endblock %}
{% block jquery_declaration %}
{% if_article_edition %}
{% article_form_media %}
{% else %}
{% if request.user.is_authenticated %}
{% endif %}
{% endif %}
{% endblock %}
{% block extra_head %}
{% if_article_edition %}
{% endif %}
{% endblock %}
{% block document %}
{% block article %}
{% include "coop_cms/_article_form.html" %}
{% if_article_edition %}
{% include "coop_cms/_article_publication.html" %}
{% endif %}
{% endblock %}
{% endblock %}