<%= post.user.username %> <%- if SiteSetting.enable_names? && post.user.name.present? && post.user.name != post.user.username %> <%= post.user.name %> <% end %> <%- if post.user.title.present? %> <%= post.user.title %> <% end %>
<%= l post.created_at, format: :short_no_year %>
<%= format_for_email(post.cooked) %>