{% load i18n %}

{% trans "Projects" %}

{% for project in projects %}
{% include 'cosinnus/group/group_gallery_item.html' with group=project %}
{% if forloop.counter|divisibleby:4 %}
{% elif forloop.counter|divisibleby:2 %}
{% endif %} {% endfor %}

{% trans "Show more Projects" %}