{{ object.title }}
{{ object.text|safe }}
{% 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 }}
{{ object.text|safe }}
Pages pointant sur celle-ci : {% for interlink in object.linking_note.all %} {{ interlink.note1.title }} {% if not forloop.last %} - {% endif %} {% endfor %}
{% endif %} {% if request.user.is_staff %} {% csrf_token %}