{% extends "wei/base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} {% load render_table from django_tables2 %} {% block profile_content %}

{% if table.data %} {% render_table table %} {% else %}
{% trans "There is no pre-registration found with this pattern." %}
{% endif %}
{% endblock %} {% block extrajavascript %} {% endblock %}