<%= cell("decidim/posts/post_header", post) %> <% unless post_highlighted %> <% if official_post %> <%= icon "home-gear-line", class: 'host-icon' %> <% end %> <% end %> <%= cell("decidim/posts/post_attachments", post) %>
<% should_truncate = strip_tags(post_body).length > 300 %>
> <% if should_truncate %> <% seed = SecureRandom.hex(4) %> <% else %> <%= post_body %> <% end %>
<% if status_class %>
<%= post_status_text %>
<% end %> <% unless post_highlighted || status_class %> <% if post_commentable? %> <%= cell("decidim/posts/post_comment", post) %> <% end %> <% end %> <% if participatory_space.admins.exists?(id:current_user.id) && !official_post %>
<% if post_status && post_status != 0 %> <% modalDialog = t('decidim.posts.posts.host.status.dialogBodyMsg') %> <% else %> <% modalDialog = t('decidim.posts.posts.host.status.dialogBodyMsg') + "
" + t('decidim.posts.posts.host.status.dialogBodyMsgComments') %> <% end %> <% if post_status && post_status != 0 %> <% end %>
<% end %> <% unless post_highlighted %> <%= cell("decidim/posts/post_metadata", post) %> <% end %>