{% if let Some(title) = post.title %}{{ title }}{% else %}None{%
endif %}
{% if let Some(description) = post.description %}{{ description | markdown
}}{% else %}
None
{% endif %}
{% if post.is_public %}Yes{% else %}No{% endif %}
{% match post.rating.as_ref() %} {% when "u" %} Unrated {% when "s" %} Safe
{% when "q" %} Questionable {% when "e" %} Explicit {% else %} Unknown {%
endmatch %}
{% if sources.is_empty() %}
None{% else %}
{% endif %}
{{ post.media_type | capitalize }}
{{ post.width }}px
{{ post.height }}px
{{ post.uploaded_at }}
{% if can_edit %}
{% endif %}