{% load i18n thumbnail staticfiles %} {% if type == 'slim' %} {% thumbnail volume.cover 80x110 crop as volume_thumb %} {% else %} {% thumbnail volume.cover 120x150 as volume_thumb %} {% endif %}
{% if request.user.is_authenticated %}
{% include "manga/series/includes/volume-badges.html" %}
{% endif %}
{% if show_name %}
{{ volume.series.name }}
{% endif %} {% if type == 'slim' %}

{{ volume }}

{% else %}
{% if show_language and volume.language %} {% endif %} {% if volume.number %}#{{ volume.number }}{% endif %} {% if volume.name %}{{ volume.name }}{% endif %}
{% endif %} {% if volume.collection and not volume.collection.default %}
{{ volume.collection.name }}
{% endif %} {% if show_publisher %}
{{ volume.publisher }}
{% endif %} {% if volume.release_date %}
{{ volume.release_date|date:"F Y" }}
{% endif %} {% if show_details %} {% if volume.pages %}
{% blocktrans with pages=volume.pages %}{{ pages }} pages{% endblocktrans %}
{% endif %} {% endif %}
{% if USER_IS_STAFF and USER_CONFIG.show_admin_links %} {% endif %}