{% extends "news/subbase.html" %} {% block head_title %}{{ block.super }} - {{ entry_object.title }}{% endblock %} {% block content %}

{{ entry_object.title }}

{{ entry_object.publish_date|date:"l j F Y"|title }}

Catégorie : {{ entry_object.category.title }}

{% wiki2xhtml entry_object.introduction 'short' %}
{% wiki2xhtml entry_object.content %} {% attachments_widget entry_object %}
{% endblock %}