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

{{ title }}

{% if table.data %} {% render_table table %} {% else %}
{% trans "There is no results." %}
{% endif %}
{% endblock %} {% block extrajavascript %} {% endblock %}