context_table.html 181 B

123456
  1. {% extends "ui/panels/_base.html" %}
  2. {% load render_table from django_tables2 %}
  3. {% block panel_content %}
  4. {% render_table table 'inc/table.html' %}
  5. {% endblock panel_content %}