<% is_me = post.participant == current_participant %>
<% unless is_me %>
<%= post.participant.power ? post.participant.power[0..1] : '?' %>
<% end %>
<% unless is_me %> <%= post.participant.power %> <% end %> <%= l post.created_at, format: :short %> <% if post.phase.present? %> <%= post.phase %> <% end %>
<%= simple_format(h(post.body), {}, wrapper_tag: "div") %>