{% extends base_template %} {% load i18n %} {% block card %} {% comment %} The roles list renders through the conjunto table stack (TableListView + RowActionsMixin). It works under ``conjunto/app_base.html`` (``card`` = content slot) AND under medux's ``common/administration.html`` (``card`` lands in the 2-column admin pane). The card chrome, search box, +Add button and auto-refresh wrapper all come from ``list_card.html``. {% endcomment %} {% include "conjunto/tables/list_card.html" %} {% endblock %}