{% extends "phyll/base.html" %} {% load i18n %} {% block html-lang %}{{ object.lang }}{% endblock %} {% block content-class %}post{% endblock %} {% block page-title %}{{ object.title }} - {{ block.super }}{% endblock %} {% block body %}

{{ object.title }}

{% if object.included_in_feed %}
{{ object.creation_timestamp|date:"j E Y, H:i"|lower }}
{% endif %}
{{ object.text|safe }}
{% if request.user.is_staff %} {% csrf_token %}
{% endif %} {% if not object.included_in_feed %}
Dernière mise à jour : {{ object.last_update_timestamp|date:"j E Y, H:i"|lower }}
{% endif %}
{% endblock %} {% block bottom-actions %} {% trans "Edit" %} {% trans "Delete" %} {% endblock %}