{% extends 'social_layer/base.html' %} {% load i18n %} {% block header%} {{ block.super }} {% trans 'Community' %} {% endblock header%} {% block content %}

{% trans 'Community' %}

{% for sprofile in list_profiles %} {% include 'social_layer/profiles/card.html' %} {% endfor %} {% endblock content %}