+
+ {{ topic.subject }}
+
+
+ {% 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 %}
+
{{ topic.subject }}
-
-
-
-
-
- {% 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 %}
-
-
-
+ data-matomo-action="showmore"
+ data-matomo-option="topic">
+ {% trans "+ show more" %}
+
+ {% endif %}
-
-
- {% include "forum_conversation/partials/post_feed_form_collapsable.html" with post_form=form %}
-
+
+
+
+ {% include "forum_conversation/partials/post_feed_form_collapsable.html" with post_form=form %}
-
-