{% extends 'base.html' %} {% load i18n %} {% load static %} {% load hitcount_tags %} {% load forum_filter %} {% load photo %} {% block extra_js %} {% endblock %} {% block content %}
{% trans "The forum "%} {{forum.name}} {% trans "is pending moderations" %}
{% trans "Forum" %}: {{forum.name}} {% if total_hits|add:"0" > 1 %} ({% trans "This forum has" %} {{ total_hits }} {% trans "views" %}) {% else %} ({% trans "This forum has" %} {{ total_hits }} {% trans "view" %}) {% endif %}
# | {% trans "Title" %} | {% trans "User" %} | {% trans "Responses" %} | {% trans "Views" %} | {% trans "Date" %} |
---|---|---|---|---|---|
{{topic.title}}
{{ topic.description|safe|truncatechars:300 }} |
{{topic.user.username|get_path_profile|safe}} |
{{topic.idtopic|get_tot_comments}} | {% get_tot_views topic.idtopic %} | {{topic.date}} |
{% trans "Created" %}: {{forum.date}}