{% load i18n misago_avatars misago_batch %}
{% for row in cards|batch:6 %}
{% for card in row %} {% endfor %}
{% endfor %}