{% load render_table from django_tables2 %} {% load i18n %} {% load perms %} {% if not object.profile.email_confirmed and "member.change_profile_email_confirmed"|has_perm:object.profile %}
{% trans "This user doesn't have confirmed his/her e-mail address." %} {% trans "Click here to resend a validation link." %}
{% endif %}
{% trans "View my memberships" %}
{% render_table club_list %}

{% render_table history_list %}