{% load i18n thumbnail %}
{% if volume.pk in user_have_volumes %} {% else %} {% endif %}
{% if volume.for_review and user.is_staff %} {% trans "Requires review" %} {% endif %} {% if volume.number %}
#{{ volume.number }}
{% endif %} {% if volume.name %}
{{ volume.name }}
{% endif %} {% if volume.release_date %}
{{ volume.release_date|date:"F Y" }}
{% endif %}
{% if USER_IS_STAFF and USER_CONFIG.show_admin_links %}
{% trans "Edit in admin" %}
{% endif %}