{% 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 %}

{% trans "By" %} {{topic.user|get_path_profile|safe}} ยป {{ topic.date.date }}

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