{% load i18n %} {% load endless %} {% load forum_tags %} {% load photo %}
{% paginate topics %} {% for topic in topics %}
icon

{{ topic.title }}

{% trans "User" %}: {{topic.user|get_path_profile|safe}}

{{ topic.date }}

{% empty %}

{% trans "No results" %}.

{% endfor %} {% show_more %}