{% import "macros.html" as macros %} {% extends "root.html" %} {% block head %} My communities - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav(selected="communities") }}
{% if user %}
{{ text "communities:label.create_new" }}
{% endif %} {% for item in list %} {{ components::community_listing_card(community=item) }} {% endfor %}
{% endblock %}