{% extends "sora/usercp/avatar.html" %} {% load i18n %} {% load url from future %} {% import "sora/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Avatars Gallery')) }}{% endblock %} {% block action %}

{% trans %}Pick Avatar from Gallery{% endtrans %} {% trans %}Change your Avatar{% endtrans %}

{% if message %}{{ macros.draw_message(message, 'alert-form') }}{% endif %}
{% for gallery in galleries %} {% if loop.index > 0 %}
{% endif %} {% for avatar in gallery.avatars %}
{% endfor %} {% endfor %}
{% endblock %}