% @page_title = t('blacklight.institutions.index.page_title', :application_name => application_name) %>
<% content_for(:head) { render_opensearch_response_metadata } %>
<%= t('blacklight.institutions.title') %>
<%= render 'institutions/intro_text' %>
<% if should_render_inst_az? %>
<%= render partial: 'catalog/az_links', locals: {az_label: t('blacklight.institutions.index.a-z_label'),
az_link_path: 'institutions_path',
az_exclude: ['V','X','Z']} %>
<% end %>
<%= render 'catalog/constraints' %>
<%= render 'catalog/sort_and_per_page' %>
<%= t('blacklight.search.search_results') %>
<%= render_institutions_index %>
<%= render 'catalog/results_pagination' %>
<%# not using facets at the moment %>