家庭日报

报告概览

报告日期:{{ today }}

昨日日期:{{ yesterday }}

昨日阅读记录

{% if yesterday_reading %} {% for reading in yesterday_reading %} {% endfor %}
类型 标题 来源 进度
{{ reading.get_type_display }} {{ reading.title }} {{ reading.source|default:"-" }} {{ reading.progress|default:"-" }}
{% else %}
昨日没有阅读记录
{% endif %}

昨日感悟记录

{% if yesterday_insight %} {% else %}
昨日没有感悟记录
{% endif %}

今日计划

{% if today_plan %} {% for plan in today_plan %} {% endfor %}
类型 内容 优先级 状态
{{ plan.get_type_display }} {{ plan.content }} {{ plan.get_priority_display }} {{ plan.get_status_display }}
{% else %}
今天还没有计划
{% endif %}

家庭事项统计

{% if family_task_stats %} {% for stat in family_task_stats %} {% endfor %}
类型 数量
{{ stat.type|yesno:"采购,家务" }} {{ stat.count }}
{% else %}
没有家庭事项统计数据
{% endif %}