{% extends 'cruditor/list.html' %} {% load render_table from django_tables2 %} {% block content_header %} {% if association_moderation_table %}

Modérations d'associations en attente

{% render_table association_moderation_table 'cruditor/includes/table.html' %}
{% endif %} {% if engagement_moderation_table %}

Modérations de bénévoles en attente

{% render_table engagement_moderation_table 'cruditor/includes/table.html' %}
{% endif %} {% if benevalo_moderation_table %}

Modérations de bénévolats en attente

{% render_table benevalo_moderation_table 'cruditor/includes/table.html' %}
{% endif %} {{ block.super }} {% endblock %} {% block content %} {% if not hide_doc %} {{ table.data.model.doc }} {% endif %}
{% block tablebuttons %} {% if page.tablebuttons %}
{% include "includes/buttons.html" with buttons=page.tablebuttons %}
{% endif %} {% endblock %}
{{ block.super }} {% endblock %}