{% extends base_template %} {% load i18n %} {% block title %}{% trans 'Crop photo' %} - Libravatar{% endblock title %} {% block header %}{% endblock header %} {% block content %}

{% trans 'Crop photo' %}

{% trans 'Draw a square around the portion of the image you want to use:' %}

{% csrf_token %} {% if embedded %}{% endif %} {% if email %}{% endif %} {% if openid %}{% endif %}

 {% trans 'Cancel' %}

{% endblock content %} {% block footer %} {% endblock footer %}