{% extends "webemdb/base/base_main.html" %} {% block title %} EMDB Entries {% endblock %} {% block jscript %} {% endblock %} {% block link %} {% endblock %} {% block content %} {% if resolutions %}

EMDB Entries

-
Page: {% for page in pageLinks %} {{ page }} | {% endfor %} Total results: {{ totalResults }} / {{ totalEntries }} {% ifnotequal totalResults totalEntries %} Show All {% endifnotequal %}
{% for r in resolutions %} {% endfor %}
entry
title
resolution
sample
{{ r.entryId }} {{ r.title }} {{ r.resolution }} {{ r.sample }}
{% else %} No resolutions! {% endif %} {% endblock %}