{% extends "base_bootstrap.html" %} {% load render_table from django_tables2 %} {% block title %}User Defined Lists{% endblock %} {% block content %}

User Defined Lists

({{table.rows|length}})

{% if table.rows|length > 0 %}
{% render_table table %}
{% endif %}
{% endblock %}