{% extends "base.html" %} {% load i18n %} {% load avatars %} {% block title %}{% trans "Front page" %}{% endblock %} {% block content %}

{% trans "People who have already tried this demo" %}

{% for profile in profiles %}
{{ profile.user }}
{% endfor %} {% endblock %}