{# tom_targets/partials/target_table_partial.html #} {% load render_table from django_tables2 %} {# 1. Render the table (even if it's empty) #} {% render_table table %} {# 2. If table is empty, show the helpful context message below the empty headers #} {% if not table.data %}