{% load i18n %} {% load endless %} {% load forum_tags %} {% load photo %} {% paginate topics %} {% for topic in topics %} {% if topic.moderate %} {{topic.title}} {% if topic.is_top %} {% endif %}

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

{{topic.user|get_path_profile|safe}}

{{ topic.idtopic|get_last_activity|safe }} {{topic.idtopic|get_tot_comments}} {% get_tot_views topic.idtopic %} {{ topic.date }} {% endif %} {% endfor %} {% show_more_table %}