{% load render_table from django_tables2 %}

{{ title }}

{% if table %} {% render_table table %} {% endif %}