{% load i18n %}
{% load render_table from django_tables2 %}
{% comment %}
The scroll region of the table layout. It owns both axes, so overflow never
reaches the window.
role/tabindex/aria-label are declared as variables rather than written into
the tag, because anything hardcoded here would be emitted before {{ attrs }}
and HTML keeps the *first* of a repeated attribute — a caller passing its own
label would be silently ignored. A page with two tables needs two names.
{% endcomment %}