{% extends 'base.html' %} {% load i18n %} {% load static %} {% load hitcount_tags %} {% load forum_filter %} {% block extra_js %} {% endblock %} {% block content %}
{% trans "The forum "%} {{forum.name}} {% trans "is pending moderations" %}
{{forum.description|safe}}
{% trans "New topic" %}{% trans "Title" %} | {% trans "Users" %} | {% trans "Responses" %} | {% trans "Views" %} | {% trans "Date" %} |
---|---|---|---|---|
{{topic.title}} | {{topic|get_tot_users_comments|safe}} | {{topic.idtopic|get_tot_comments}} | {% get_tot_views topic.idtopic %} | {{topic.date}} |
{% trans "Created" %}: {{forum.date}}