<% if author.respond_to?(:avatar) %> <%= image_tag present(author).avatar_url, alt: t("decidim.author.avatar", name: decidim_sanitize(author_name)) %> <% end %> <% if author.try(:deleted?) %> <%= t("decidim.version_author.show.deleted") %> <% else %> <%= decidim_sanitize(author_name || author) %> <% end %>