{% extends "multimail/base_multimail_email.txt" %}
{% load i18n %}
{% block content %}
{% trans "Please take a moment to verify your e-mail address." %}

{% trans "A new e-mail address has been associated with your account at" %} {{ current_site_name }}.
{% trans "Please copy and paste the link below into your browser's address box to verify your new address." %}

{{ verify_link }}
{% endblock %}
