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