{% extends "emails/base.html" %} {% load i18n %} {% load email_tags %} {% load base_filters %} {% load styled_forms %} {% block title %}{{ block.super }}{% trans "Amazon SES - Verify Email Address" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% emails_nav %}

{% trans "Amazon SES - Verify Email Address" %}

 

{{ form|styled_form }}
{% trans "View Verified Email Addresses" %}
{% trans "View Sending Limits" %}
{% endblock %}