{% extends "base.html" %} {% block title %}New Patron — {{ library_name() }}{% endblock %} {% block content %}

Add Patron

{% if error %}

{{ error }}

{% endif %}
{% if has_permission(user, 'patron.account.manage') %}
Also create a login account for this patron
Leave username blank to skip account creation. The account will have the Patron role.
{% else %} {% endif %}

A library card number will be assigned automatically.

Cancel
{% endblock %}