{% load static %} {% load i18n %} {% load humanize %} {% include "common_libs.html" %} {{ site_name }} - {% trans '公告栏' %} {% include "_header.html" %}

{% trans '公告栏' %} {% if request.user.is_superuser %}🦹🏻{% endif %} {% if request.user.is_staff %}🧙🏻{% endif %}

{% for announcement in announcements %}
{{ announcement.html | safe }}
{% empty %}

{% trans '暂无公告' %}

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