{% if message == 'Please log in to access this page.' %}
{{ _('Please log in to access this page.') }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endwith %}
{% block readonly_alert %}
{% if current_user.is_readonly %}
{{ _('Note:') }} {{ _('Your account has been marked as read only. If you think this was done erroneously, please') }} {{ _('contact an administrator') }}.