{% extends "zebrafinch/base.html" %} {% block pagename %} {{ series.section_set.count }} sections of Zebrafinch brain in the {{ series.plane }} plane - {% endblock pagename %} {% block page_css %} {% endblock page_css %} {% block content %} {% load url from future %}

{{ series.stain}} stained sections of the brain of "{{ series.zebrafinch }}" in the {{ series.plane }} plane.

Back to list of all Zebrafinch brains
{% for section in series.visibleSections %}
{% if section.thumbnail %} {% else %}
No Thumbnail
{% endif %}
{{ section.display_order }}/{{ series.section_set.count}}
{% endfor %}
Back to list of all Zebrafinch brains
{% endblock %}