<% if block.posts.empty? %>
<%= _("This community has no posts in its blog") %>
<% else %>
<%= list_posts(block.posts, format: "short+pic", paginate: false) %>
<%= link_to _("Read more"), block.actual_blog.url %>
<% end %>