{% extends "base.html" %} {% load render_table from django_tables2 %} {% load crispy_forms_tags %} {% load i18n %} {% load perms %} {% block content %}
{% if table.data %} {% render_table table %} {% else %}
{% trans "There is no user with this pattern." %}
{% endif %}

{% if "member.change_profile_registration_valid"|has_perm:user %} {% trans "Registrations" %} {% endif %} {% endblock %} {% block extrajavascript %} {% endblock %}