id="selected" <% end %>>
<%= @user.nickname %>

<%= raw Formatter.emojify(@user.name, @user.emoji) %>

<%= if @visibility == "public" do %> <% else %> <%= if @visibility == "unlisted" do %> <% end %> <% end %>
<%= if @reply_to do %> <% end %> <%= if @edited_at do %>
<%= gettext("Edited %{timeago}", timeago: time_ago(@edited_at)) %>
<% end %>
<%= if @title && @title != "" do %> <%= raw @title %>
open<% end %>> <%= gettext("Show content") %> <% end %>
<%= raw @content %> <%= if @poll && length(@poll) > 0 do %>
<%= for %{"name" => option, "replies" => %{"totalItems" => count}} <- @poll do %>
<%= poll_percentage(count, @total_votes) %> <%= raw option %>
<% end %>
<% end %> <%= if length(@attachment) > 0 do %>
<%= for attachment = %{"url" => [url | _]} <- @attachment do %> <%= render("_attachment.html", %{name: get_attachment_name(attachment), url: url["href"], mediaType: fetch_media_type(url), nsfw: @sensitive}) %> <% end %>
<% end %>
<%= if @title && @title != "" do %>
<% end %>
<%= @counts.replies %>
<%= @counts.announces %>
<%= @counts.likes %>