{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load render_table from django_tables2 %} {% load i18n crispy_forms_tags perms %} {% block contenttitle %}{% endblock %} {% block content %} {% if "member.change_profile_registration_valid"|has_perm:user %} {% trans "Registrations" %} {% endif %}