{% extends "base.html" %} {% load static from staticfiles %} {% load render_table from django_tables2 %} {% block content %}
{% render_table objects %}