{% extends "base_bootstrap.html" %} {% block title %}User Defined Lists{% endblock %} {% block content %}

User Defined Lists

({{table.rows.count}})

{% for row in table.rows %} {% endfor %}
{{ row.data.id }} {{ row.data.description }}
{% endblock %}