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