{% extends "base.html" %} {% block content %}
{{ gettext( 'Do you really want to change your email address from "%(old_email)s" to "%(new_email)s"?', old_email=old_email, new_email=new_email ) }}
{{ gettext( 'If you have more than one account with this email address, the address of all accounts will change.' ) }}
{% endblock %}