{% extends "cranefly/usercp/avatar.html" %} {% import "cranefly/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) }}
{% endif %}
{% for gallery in galleries %} {% if loop.index0 > 0 and gallery.avatars %}
{% endif %} {% endfor %}
{% endblock %}