{% extends "bee_django_mission/base.html" %} {% load bee_django_mission_filter %} {% block content %}

阶段列表

添加阶段
{% for stage in stage_list %} {% endfor %}
分类 阶段 名称 添加时间
{{ forloop.counter }} {{ stage.line.name }} {{ stage.level }} {{ stage.name }} {{ stage.created_at|local_datetime|date:"Y-m-d H:i:s" }} {# 详情#} 修改 {# 删除#}
{% include 'bee_django_mission/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}