{% load i18n %} {% load static %} {% load photo %} {% load forum_tags %} {% load endless %} {% paginate registers %} {% for profile in registers %}

{{ profile.user|get_path_profile|safe }}

{{profile.date}}

{% empty %} {% trans "No registered users" %}. {% endfor %} {% show_more %}