{% extends "base.html" %} {% load i18n static socialprofile_tags %} {% block headtitle %}{% trans "All Profiles" %}{% endblock %} {% block css %} {% endblock %} {% block content %}
{% for user in users %}
Profile
User-Profile-Image
{{ user.username }}

Active | {{ user.gender }} | Born 23.05.1992


Activity Level: 87%

1256

8562

189

{% if user.description %}{{ user.description }}{% endif %}


{% endfor %}
{% endblock %}