{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Email confirmation' %} - Libravatar{% endblock title %} {% block content %}

{% trans 'Email confirmation' %}

{% trans 'Your email address was successfully confirmed!' %}

{% if photos %}

{% trans 'Would you like to import some of these externally hosted photos?' %}

{% csrf_token %}

{% endif %} {% if not user.is_anonymous %}

{% trans 'Back to your profile' %}

{% endif %} {% endblock content %}