{% extends "layout.html" %}{% block ears %}Reader account{% endblock %}{% block content %}

Reader account

Account

{% if change_required %}

Choose a new password to continue. Your temporary password goes in the current-password field.

{% endif %}{% if !error.is_empty() %}

{{ error }}

{% endif %}
{% endblock %}