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

List of Names


{% render_table objects %}

{% endblock content %}