+
+ {{ topic.first_post.content.rendered|urlizetrunc_target_blank:30|img_fluid|truncatechars_html:200 }} + {% if topic.first_post.content.rendered|length > 200 %} + + {% trans "+ show more" %} + + {% endif %} +
+ {% include "forum_conversation/forum_attachments/attachments_images.html" with post=topic.first_post %} + + {% if not forum %} + {% get_permission 'can_download_files' topic.forum request.user as user_can_download_files %} + {% endif %} + {% include "forum_conversation/forum_attachments/attachments_detail.html" with post=topic.first_post user_can_download_files=user_can_download_files %} + +