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

{% blocktrans %}Person batch borrowing{% endblocktrans %}

{% csrf_token %} {% bootstrap_form person_borrow_form %}
{% endblock %}