{% extends '_layout.html'|pjax:request %} {% load i18n thumbnail %} {% block page_title %}{{ block.super }} | {{ item.name }}{% endblock %} {% block main_content %}
{% if USER_IS_STAFF and USER_CONFIG.show_admin_links %}
{% trans "Edit in admin" %}

{% endif %}
  • {% trans "Series" %}: {{ item.series.count }}
  • {% trans "Volumes" %}: {{ item.volumes.count }}
  • {% if item.url %}
  • {% trans "Homepage" %}
  • {% endif %}

{{ item.name }}

{% for series in item.series %} {% if forloop.counter|divisibleby:3 %}
{% endif %} {% endfor %}
{% endblock %}