{% extends 'error.html' %}
{% load i18n %}
{% block errormessage %}
{% url libravatar.account.views.profile as profile_url %}
{% blocktrans %}You've got too many photos in your account.
You need to delete some before you can upload a new one.{% endblocktrans %}
{% endblock errormessage %}