{% if pending and not moderator %} Post awaiting moderation. {% else %} {% if show_subject %} {{value.subject or '(no subject)'}}
{% endif %} {{g.markdown.cached_convert(value, 'text')|safe}}  {{lib.related_artifacts(value)}} {% if value.edit_count %}
Last edit: {{value.last_edit_by().display_name}} {{h.ago(value.last_edit_date)}} {% endif %} {% endif %}
{% if h.has_access(value, 'moderate')() %} {% endif %} {% if h.has_access(value, 'moderate')() %} {% endif %} {% if value.attachments and (not pending or moderator) %}
Attachments
{% for att in value.attachments %}
{% if att.is_image() %} Thumbnail
{{att.filename}} {% if h.has_access(value, 'moderate')()%}
{% endif %} {% else %} {{att.filename}} {% if h.has_access(value, 'moderate')()%} {% endif %} {% endif %} {{lib.csrf_token()}}
{% endfor %}
{% endif %}