{% extends "radiograph/base.html" %} {% load url from future %} {% load static from staticfiles %} {% block content %}
Download Show Modal
{% include "radiograph/partials/pagination.html" with page=search_form.results_page %} {# Results per page selector #} Showing 20 results per page {# Taxon Sort/Filter #} Taxon {# Sex Sort/Filter #} Sex {# View Selector #}
{% for specimen in search_form.results_page.object_list %} {% with search_form.view.value|default:search_form.view.field.initial as result_view %} {% with "radiograph/specimen-result-"|add:result_view|add:".html" as result_template %} {% include result_template %} {% endwith %} {% endwith %} {% endfor %}
{% endblock %} {% block header_resources %} {{ block.super }} {# #} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}