{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Photos imported into Libravatar' %}{% endblock title %} {% block content %}
{% trans 'Photo(s) successfully imported.' %}
{% if not user.is_anonymous %} {% endif %} {% endblock content %}