{% extends "_layout.txt" %}

{% block heading %}Confirm your new address{% endblock %}

{% block content %}
{{ username }} asked to move their {{ app_name }} account to this address.
Nothing changes until you confirm it here:

{{ action_url }}

Or paste this confirmation code into the app:
{{ code }}

The code expires in {{ expires_in }}. If you were not expecting this,
ignore the message - the account keeps its current address.
{% endblock %}
