{% extends "base.html" %}
{% block title %}{{ target.username }} — {{ library_name() }}{% endblock %}
{% block content %}
{{ target.role.name }}{% if not target.is_active %} — Inactive{% endif %}{{ target.username }}
{{ patron.library_card_number }})
{% if target.is_active %}
{% endif %}
{% elif target.is_active and unlinked_patrons %}
Set a new password for {{ target.username }}. Requires your
own current password to authorize. Tell the user their new password out of
band; they should change it themselves via /ui/me/password
afterwards.