{% if article.series %} {% if SERIES_TITLE %}

{{ SERIES_TITLE }}

{% elif article.series.name %}

{{ article.series.name }}

{% else %}

{{ article.series.index }}

{% endif %} {% endif %}