{% load static %} {% load i18n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {% trans 'Review' %} - {{ item.display_title }} {% include "common_libs.html" %} {% include "_header.html" %}
{% csrf_token %} {{ form.item }}
{{ form.title.label }}
{{ form.title }}
{{ form.body.label }}
{{ form.body }}

{{ form.visibility }}
{{ form.share_to_mastodon }}{{ form.share_to_mastodon.label }}
{{ form.media }}

{% include "markdown.html" %}
{% include "_footer.html" %}