{% extends "rpt_base.html" %} {% load staticfiles %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}
{% with dtbl=universe.data.via %} {% if dtbl %}

Data Table

{% endif %} {% endwith %} {% with lu_all=universe.lookups.all %} {% if lu_all|length > 0 %}

Available Lookup Tables

{% else %}

No lookups in this universe.

{% endif %} {% endwith %}
  1. Filter on any of the columns represented by Column objects.
  2. Add these dynamically, and finally concatenate a JSON string with the contents.
{% csrf_token %}
Match any
Match all
{% endblock %}