{% if results %}
{% endfor %}
{% if results_count_set %}{{ results_count_set }} of {% endif %}{{ num_results|intcomma }} result{{ num_results|pluralize }}
{% for result in results %}{{ result.table_title }}
Table {{ result.table_id }} Universe: {{ result.universe }}
{% if result.column_id %}Column name: {{ result.column_title }}
{% endif %}
{% if previous_offset %}
Previous page
{% endif %}
{% if next_offset %}{{ q }}, {{ topics }}, {{ next_offset }}
Next page
{% endif %}
{% endif %}