{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans "Change volume series" %} | {{ block.super }}{% endblock %} {% block content %}

{% trans "Change volume series" %}

{% trans "You are about to change the series of this volumes:" %}


{% csrf_token %}

{% endblock %}