{% extends "member/base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load render_table from django_tables2 %} {% load i18n perms %} {% block profile_content %} {% if not object.profile.email_confirmed and "member.change_profile_email_confirmed"|has_perm:user_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 %}
{% trans "Transaction history" %}
{% render_table history_list %}
{% endblock %}