{% extends 'base2.html' %} {% load staticfiles %} {% block login %}
登入管理介面
{% endblock %} {% block content %}

新聞列表

{% csrf_token %} {% for item in items %} {% empty %}
目前新聞資料庫中沒有任何資料!
{% endfor %}
分類標題發表時間點閱
{{item.catego}}
{{item.title}} {{item.pubtime}} {{item.press}}
{% if currentpagenum >= 2 %} 上一頁 {% endif %} {% if currentpagenum < totalpagenum %} 下一頁 {% endif %}

{{message01}}

{% endblock %}