{% load static %} {% block title %}管理中心{% endblock %}
{% if navigation %}
{% include 'admin/browser-check.inc.html' %} {{content}}
{% else %} {% include 'admin/browser-check.inc.html' %} {{content}} {% endif %}
{% if messages %}
{% for m in messages %}

{{m.message}}

{% endfor %}
{% endif %}