<% if post.is_a?(Decidim::Posts::Post) && post.highlighted %>
<% else %> <% if post.author.is_a? Decidim::User %> <%= cell("decidim/author", Decidim::UserPresenter.new(post.author), layout: :compact) %> <% else %> <%= cell("decidim/author", Decidim::Meetings::OfficialAuthorPresenter.new, layout: :compact) %> <% end %> <% end %>
<% if show_menu? %> <% end %>