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

In preparation

{% render_table table %}

Open

{% render_table open_table %}
{% endblock %}