User Defined Lists
({{table.rows.count}})
{% if column.sortable %} {{ column }} {% if column.is_ordered_reverse %} {% else %} {% endif %} {% else %} {{ column }} {% endif %} | {% endfor %}|
---|---|
{{ row.data.id }} | {{ row.data.description }} |
{% extends "base_new.html" %} {% load pagination_tags %} {% block title %}User Defined Lists{% endblock %} {% block content %}
{% if column.sortable %} {{ column }} {% if column.is_ordered_reverse %} {% else %} {% endif %} {% else %} {{ column }} {% endif %} | {% endfor %}|
---|---|
{{ row.data.id }} | {{ row.data.description }} |