{% extends 'series/series_base.html' %} {% load bootstrap %} {% load automarkup %} {% block breadcrumb_items %} {{ block.super }} {{ series.name }} {% endblock %} {% block meta_description %}{{ block.super }} Series detail {{ series.name }}{% endblock meta_description %} {% block pagetitle %}: Series detail{% endblock pagetitle %} {% block content %}

{{ series.name }}

{% if series.is_uniquely_contained %} {% with series.container_journals.first as journal %} a series contained in {{ journal.name }} {% endwith %} {% endif %}
{% if series.image %} series image {% endif %}

Description

{% automarkup series.description %}

Collections in this Series

Detailed information 

{% automarkup series.information %}
{% endblock content %}