{% extends 'base.html' %} {% load static humanize widget_tweaks mep_tags %} {% load render_bundle from webpack_loader %} {% block js %} {% render_bundle 'cardSearch' 'js' %} {% endblock %} {% block page-subtitle %}Cards ยท {% endblock %} {% block header %} {% include 'snippets/header.html' with title="cards" style="search" %} {% endblock %} {% block main-style %}white{% endblock %} {% block content %} {% include 'snippets/breadcrumbs.html' %}
{# keyword search disabled for now #} {# {% render_field form.query %} #} {% include 'common/form_errors.html' %}
{% comment %} Filter by:
{{ form.birth_year.label }} {{ form.birth_year }}
{{ form.membership_dates.label }} {{ form.membership_dates }}
{% endcomment %}
Displaying {{ cards.count|intcomma }} result{{ cards.count|pluralize }}
{# only shown on mobile & tablet before the user scrolls down #}
{% include 'snippets/pagination.html' with form_id="cards-form" %}
{% include 'snippets/page-controls.html' %}
{% include 'footnotes/snippets/card_results.html' %} {% endblock %}