{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% if tables|length > 0 %}

{% trans "My wrapped" %}

{% render_table tables.1 %}
{% endif %} {% if tables|length > 0 %}

{% trans "Public wrapped" %}

{% render_table tables.0 %}
{% endif %}
{% endblock %} {% block extrajavascript %} {% endblock %}