{% extends 'base.html' %} {% block title %}Libravatar: Photo import{% endblock title %} {% block content %}

Photo import

Photo(s) successfully imported.

{% if not user.is_anonymous %}

Back to your profile

{% endif %} {% endblock content %}