{% extends 'base/layout.html' %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}{{ title }}{% endblock %} {% block content %}
{# Main tabs (same as object_tabs.html) #} {# Sub-tabs: Types / Objects #} {# Per-type filter pills (only on Objects tab) #} {% if type_pills %} {% endif %} {% render_table table %}
{% endblock %}