{% extends "base_list.html" %} {% load institutions %} {% load community_buttons %} {% load community_utils %} {% load bootstrap_helpers %} {% load django_bootstrap5 %} {% block head_meta %} {% with meta_title="Institutions" meta_description="Institutions in the "|add:community_name %} {{ block.super }} {% endwith %} {% endblock head_meta %} {% block headline %}Institutions{% endblock %} {% block action_buttons %} {{ block.super }} {% if user.is_staff %} {% endif %} {% endblock %} {% block breadcrumbs %} {% breadcrumbs "Institutions"|combine:request.path %} {% endblock %} {% block display %} {% alphabet_buttons "abbreviation" %} {{ block.super }} {% endblock %} {% block filter_modal %} {% login_alert %}