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