<% paginate_posts.each do |post| %>
<% if post.photo.present? %> <%= image_tag post.photo.url, class: "card__image" %> <% end %>
<%= link_to post, class: "card__link" do %>

<%= translated_attribute post.title %>

<% end %>
<%= cell "decidim/author", present(post.author), from: post, has_actions: true %>
<%= decidim_sanitize_editor post_description(post) %>
<% end %>
<%= decidim_paginate paginate_posts %>