{% extends "_layout.html" %} {% from "_macros.html" import button, code_block %} {% block title %}Confirm your new {{ app_name }} address{% endblock %} {% block preheader %} Confirm this address to finish moving your account - good for {{ expires_in }}. {% endblock %} {% 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.

{{ button(action_url, "Confirm this address") }}

Button not working? Paste this confirmation code into the app, or open the link below:

{{ code_block(code) }}

{{ action_url }}

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

{% endblock %}