{% extends "tx_highered/twocolumn_base.html" %} {% load static from staticfiles %} {% load chunks %}{# FIXME chunks is not a requirement for the app #} {% block head_title %}Higher Education Explorer{% endblock %} {% block breadcrumb_base %}{# DISABLE #}{% endblock %} {% block main %}
{% chunk "higher-ed/explorer#intro" %}

Search Colleges and Universities

{% chunk "higher-ed/explorer#search" %}
{% spaceless %} All Public Private {% endspaceless %}

{% with short_list=view.get_short_list %}{% if short_list %}

{{ short_list|length }} Featured Higher Education Institutions:

{% for enrollment in short_list %} {{ enrollment.institution.name }} {% if not forloop.last %} {% endif %} {% endfor %}
{% endif %}{% endwith %}

View All Institutions Statewide All Public Private

Hover over a campus

{# TODO associate with maps.js #} {% endblock %} {% block extra_style %}{{ block.super }} {% endblock %} {% block extra_script %}{{ block.super }} {% endblock %}