{% from "wiki/includes/flag_form.html" import flag_form with context %} {% from "users/includes/macros.html" import user_labels %}
{{ _('more options') }}
{{ post.content_parsed }}
{{ post.content }}
{% if post.updated_by %}

{{ _('Modified by {name} on {datetime}')|fe(name=display_name(post.updated_by), datetime=datetimeformat(post.updated, format='longdatetime')) }}

{% endif %}