{% extends "rpt_base.html" %} {% load staticfiles %} {% block extra_css %} table.universe_choices tr { vertical-align: top; } table.universe_choices td { padding: 0.5em; } table.universe_choices p { margin-top: 0.5em; margin-bottom: 0; padding: 0; } table.universe_choices h3 { margin: 0; padding: 0; } table.universe_choices ul.lookup_list { margin: 0; } {% endblock %} {% block content %} {% if universes|length == 0 %}
There are no reporting universes specified! Please investigate the reporting definitions, editions, and reporting table objects in the admin panel.
{% else %}Choose a reporting universe to begin building your query.
{% endif %} {% endblock %}