{% extends "core/base.html" %} {% load bootstrap4 i18n %} {% block content %}

{% blocktrans %}Bulk add copies for:{% endblocktrans %} {{ book.title }}

{% csrf_token %} {% bootstrap_form bulk_add_form %}
{% endblock %}