<%= avatar_image(resource.author, seed: resource.author_id, size: 32, class: 'author-photo') %> <% if resource.author.hidden? || resource.author.erased? %> <%= t("shared.author_info.author_deleted") %> <% else %> <%= resource.author.name %> <% if resource.author.official? %>  •  <%= resource.author.official_position %> <% end %> <% end %> <% if resource.author.verified_organization? %>  •  <%= t("shared.collective") %> <% end %>