{% load static %} {% load i18n %} {% include "common_libs.html" with jquery=0 %} {{ site_name }} - {{ object.title }}
{% include "partial/_navbar.html" %}

{{ object.title }}

{{ object.created_time }} | {{ object.edited_time }} {% if request.user.is_superuser %} {% trans '删除' %} {% trans '编辑' %} {% endif %}

{{ form.content }}

{% trans '返回公告栏' %}
{{ form.media }}
{% include "partial/_footer.html" %}