diff --git a/lacommunaute/templates/forum_conversation/topic_create.html b/lacommunaute/templates/forum_conversation/topic_create.html index a0c1e58f5..449cd1fc2 100644 --- a/lacommunaute/templates/forum_conversation/topic_create.html +++ b/lacommunaute/templates/forum_conversation/topic_create.html @@ -6,7 +6,11 @@ {% endblock sub_title %} {% block content %}
+ {% blocktrans with paginator.count as topic_length %}{{ topic_length }} posts found{% endblocktrans %} +
+ {% endif %} +
+ {{ post.subject }}
+
+
+
+ {% if post.poster %}
+ {% url 'member:profile' post.poster_id as poster_url %}
+ {% blocktrans trimmed with poster_url=poster_url username=post.poster|forum_member_display_name creation_date=post.created %}
+ By: {{ username }} on {{ creation_date }}
+ {% endblocktrans %}
+ {% else %}
+ {% blocktrans trimmed with poster_username=post.username creation_date=post.created %}
+ By: {{ poster_username }} on {{ creation_date }}
+ {% endblocktrans %}
+ {% endif %}
+
+ |
+
+ Pour que vos questions et réponses apparaissent plus rapidement dans l'espace d'échanges, nous vous recommandons de vous connecter avec votre compte Inclusion Connect. + Je me connecte ! +
+