{% extends "notes/base.html" %} {% load bootstrap3 notes %} {% block page_content %}
{% block pre_content %}{% endblock %} {% for note in notes %} {% if maraude %} {% inline_table note header="sujet" %} {% elif sujet %} {% inline_table note header="date" %} {% endif %} {% endfor %}
{% block post_content %}{% endblock %}
{% block right_column %}{% endblock %}
{% endblock %}