{% extends "_layout.html" %} {% from "_macros.html" import button, code_block %} {% block title %}Activate your {{ app_name }} account{% endblock %} {% block preheader %} One click and your account is active - this link is good for {{ expires_in }}. {% endblock %} {% block heading %}Welcome, {{ username }}{% endblock %} {% block content %}
Your {{ app_name }} account is created but not yet active. Confirm this address to start using it.
{{ button(action_url, "Activate my account") }}
Button not working? Paste this activation code into the app, or open the link below:
{{ code_block(code) }}The code stops working in {{ expires_in }}. If you did not create this account, ignore this message - nothing happens until the code is used.
{% endblock %}