Size: <%= number_to_human_size(post.file_size) %>
<% if post.is_image? %>
(<%= post.image_width %>x<%= post.image_height %>)
<% end %>
Status:
<% if post.is_pending? %>
P
<% end %>
<% if post.is_deleted? %>
D
<% end %>
<% if post.is_flagged? %>
F
<% end %>
<% if !post.is_pending? && !post.is_deleted? %>
A
<% end %>