{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Email confirmation' %} - Libravatar{% endblock title %} {% block content %}
{% trans 'Your email address was successfully confirmed!' %}
{% if photos %}{% trans 'Would you like to import some of these externally hosted photos?' %}
{% endif %} {% if not user.is_anonymous %} {% endif %} {% endblock content %}