{% extends '_base.html' %}{% load sumlevs humanize %} {% block head_title %}Table Search - {{ block.super }}{% endblock %} {% block content %}

Census Reporter is trying to make this search engine the best it can be. Let us know if this page returns results in a way you weren’t expecting.

Explore ACS data

{% if facets.topics.terms %} {% endif %}
{% if results %}

{% 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 %}
{% endfor %} {% endif %}
{% endblock %} {% block body_javascript_extra %}{{ block.super }}{% comment %} {# just in case we go back and make this javascript-powered ... #} {% verbatim %} {% endverbatim %} {% endcomment %} {% endblock %}