{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Photos imported into Libravatar' %}{% endblock title %} {% block content %}

{% trans 'Photo import' %}

{% trans 'Photo(s) successfully imported.' %}

{% if not user.is_anonymous %}

{% trans 'Back to your profile' %}

{% endif %} {% endblock content %}