{% extends 'grades/base.html' %} {% block title %}{{ notice.title }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
{{ notice.title }}
{{ notice.author.username|default:"系统" }} | {{ notice.created_at|date:"Y-m-d H:i" }}
{{ notice.content }}
返回列表
{% endblock %}