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