{% extends "cao_blogr:templates/layout.jinja2" %} {% block content %}
{% if request.authenticated_userid == 'admin' %}

UTILISATEURS

{% endif %}

TOPICS / TAGS

IMAGES

EdrawMind

Pages internes

{% if request.authenticated_userid == 'admin' %}

Nouveau

{% endif%} {% for entry in items %} {% if entry.status == 'brouillon' %} {% else %} {% endif %} {% endfor %}
{{ entry.tag }} {{ entry.title }} {{ entry.author }} {{ entry.created.strftime("%d-%m-%Y") }}{{ entry.status }}

Informations système

{% endblock %}