{% extends "base.html" %} {% load custom_filters %} {% block content %}
|
活动名称
|
分支机构
|
活动分类
|
开始时间
|
结束时间
|
|---|---|---|---|---|
| {{ activity.name }} | {{ activity.branch.name }} | {{ activity.scope }} | {{ activity.start_time|format_chinese_full_date }} | {% if activity.end_time %} {{ activity.end_time|format_chinese_full_date }} {% else %} 未结束 {% endif %} |
|
无符合条件的活动记录
|
||||