{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} - {{ item.title }} - {% trans '评论' %} {% include "common_libs.html" with jquery=0 %}
{% include "partial/_navbar.html" %}
{% csrf_token %} {{ form.item }}
{{ form.title.label }}
{{ form.title }}
{{ form.body.label }}
{{ form.body }}

{{ form.visibility.label }}{{ form.visibility }}
{{ form.media }}
{% include "sidebar_item.html" %}
{% include "partial/_footer.html" %}