{% extends 'stdgrid.html.twig' %} {% block title %}Groups{% endblock %} {% block body %}

{{ "Groups" | trans }}

{% if groups is defined and groups is not empty %} {% for actor in groups %} {% block profile_view %}{% include 'cards/profile/view.html.twig' %}{% endblock profile_view %}
{% endfor %} {% else %}

{% trans %}No groups here.{% endtrans %}

{% endif %}
{% endblock body %}