{% load render_table from django_tables2 %} {% load i18n %} {% load perms %}

WEI

LE WEI, c'est cool !

{% if club.is_current_wei %} {% endif %}

{% if buses.data %}
{% trans "Buses" %}
{% render_table buses %}

{% endif %} {% if member_list.data %}
{% trans "Members of the WEI" %}
{% render_table member_list %}

{% endif %} {% if history_list.data %}
{% trans "Transaction history" %}
{% render_table history_list %}

{% endif %} {% if pre_registrations.data %}
{% trans "Unvalidated registrations" %}
{% render_table pre_registrations %}

{% endif %}