{% extends 'base_advance.html' %} {% block title %}Login{% endblock %} {% block body_block %} {% if item_name %}

{{ item_name }}

{% if item_description %}

描述: {{ item_description }}

{% endif %}
itemname description Priority pub time done
{{ item_name }} {{ item_description }} {{ item_prority }} {{ pub_time }} {{ item_flag }}
{% if item_flag %}
{% else %}
{% endif %}
{% endif %}
{% endblock %}