{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {{ site_name }} - {% if form.instance.id %} {% trans '编辑' %} {{ form.instance.title }} {% else %} {% trans '添加' %} {% endif %} {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}
{% csrf_token %} {{ form.media }} {{ form }}
{% include "partial/_footer.html" %}