{% 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 }} {% if collection.series.container_journals %}
  • a series contained in
  • {% for container in collection.series.container_journals.all %}
  • {{ container }}
  • {% endfor %}
{% endif %}

Collection {{ 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 %}
{% with active_submissions=collection.submissions.actively_refereeing %} {% if active_submissions|length > 0 %}

Submissions to this Collection

{% endif %} {% endwith %}

Publications in this Collection

{% endblock content %}