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

{{ topic.title }}

{{ topic.description|safe|truncatechars:300 }}

{% empty %}

{% trans "No results" %}.

{% endfor %} {% show_more %}