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

{{ collection.series.name }}

{{ collection.name }}

{{ collection.description|automarkup }}
{% if collection.event_start_date and collection.event_end_date %}

Dates: from {{ collection.event_start_date }} to {{ collection.event_end_date }}.

{% endif %} {% if collection.image %}
image
{% endif %}

Publications in this Collection

{% endblock content %}