{% extends 'core/base.html' %} {% block content %}
{{ start_date|date:"Y年m月d日" }} 至 {{ end_date|date:"Y年m月d日" }}
| 日期 | 类型 | 标题 | 来源 | 进度 |
|---|---|---|---|---|
| {{ record.date|date:"Y-m-d" }} | {{ record.type.name }} | {{ record.title }} | {{ record.source|default:"-" }} |
{% if record.progress %}
|
该时间段没有阅读记录
{{ record.content|linebreaks }}
{% if record.file %} 查看附件 {% endif %}该时间段没有感悟记录
{{ record.content|linebreaks }}
{% if record.source %}该时间段没有汇总记录
| 创建时间 | 类型 | 内容 | 优先级 | 状态 | 截止日期 |
|---|---|---|---|---|---|
| {{ task.created_at|date:"Y-m-d H:i" }} | {{ task.type.name }} | {{ task.content|truncatechars:50 }} | {{ task.priority.name }} | {{ task.status.name }} | {% if task.deadline %} {% if task.is_overdue %} {{ task.deadline|date:"Y-m-d" }} (已逾期) {% else %} {{ task.deadline|date:"Y-m-d" }} {% endif %} {% else %} - {% endif %} |
该时间段没有家庭事项
| 日期 | 发言人 | 内容 | 类型 | 优先级 | 状态 |
|---|---|---|---|---|---|
| {{ plan.date|date:"Y-m-d" }} | {{ plan.speaker.name }} | {{ plan.content|truncatechars:50 }} | {{ plan.type.name }} | {{ plan.priority.name }} | {{ plan.status.name }} |
该时间段没有今日计划