{% extends "base.dj.html" %} {% load render_table from django_tables2 %} {% block title %}My Events{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %} {% include "cmsmanage/components/download_table.dj.html" %} {% render_table table %} {% endblock %}