{% extends 'dashboard.html' %} {% load render_table from django_tables2 %} {% block dashboard-body %}

All Subscribers

{% render_table object_list 'django_tables2/bootstrap.html' %}
{% endblock %}