<%if @posts == nil%> <%= t('post.none_created') %> <%else%> <%@posts.each do |post|%> <%=show_latest_news(post,@space)%> <% end -%> <%end%>