{% extends "base_search.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n perms %}
{% block content %}
{% if "member.change_profile_registration_valid"|has_perm:user %}
{% trans "Registrations" %}
{% endif %}
{# Search panel #}
{{ block.super }}
{% endblock %}