%= 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) %>
<%= post_body %>
<% else %>
<%= post_body %>
<% end %>
<% if status_class %>
<% 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 %>