{% extends "base.html" %} {% block title %}HappyWedding{% endblock %} {% block content %} 管理首页 总户数 {{ stats.total_households }} 预计 {{ stats.total_expected_attendees }} 儿童 {{ stats.total_children }} 礼金 ¥{{ '%.2f'|format(stats.total_gift_amount) }} 新增一户 所属侧:全部 {% for item in side_options %} 所属侧:{{ household_value_label('side', item) }} {% endfor %} 邀请状态:全部 {% for item in invite_status_options %} 邀请状态:{{ household_value_label('invite_status', item) }} {% endfor %} 到场状态:全部 {% for item in attendance_status_options %} 到场状态:{{ household_value_label('attendance_status', item) }} {% endfor %} 标签:全部 {% for option in tag_options %} 标签:{{ option.option_label }} {% endfor %} {% for item in sort_field_options %} 排序字段:{{ sort_field_labels[item] }} {% endfor %} 排序方向:降序 排序方向:升序 清空筛选 下载 CSV 模板 · 导出全部 · 导出当前筛选 · 导入 CSV {% include "main/_household_results.html" %} {% endblock %}