+ {% include "forum_conversation/partials/poster.html" with post=topic.first_post topic=topic is_topic_head=True forum=forum %}
-
-
-
@@ -43,15 +34,12 @@
{% include "forum_conversation/partials/post_feed_form_collapsable.html" with post_form=form %}
- {% include "forum_conversation/partials/poster.html" with post=topic.first_post topic=topic is_topic_head=True forum=forum %}
-
-
-
+
- {% include 'partials/rendered_md.html' with content=topic.first_post.content truncatechars=1 only %}
- {% if topic.first_post.content.rendered|length > 200 %}
- {% trans "+ show more" %}
- {% endif %}
-
-
+
+ {% include 'partials/rendered_md.html' with content=topic.first_post.content truncatechars=1 only %}
+ {% if topic.first_post.content.rendered|length > 200 %}
+ {% trans "+ show more" %}
+ {% endif %}