小行星青少年新空间捐助平台

为青少年新空间贡献一份力量

{% if session.user %} {{ session.user_name }} 登出 {% else %} {% endif %}

爱心捐助

爱心人士

{% if sorted_donors %}
{% for donor_name, donor_info in sorted_donors %}
{{ donor_name }} {% if donor_info.count > 1 %}
{{ donor_info.count }}
{% endif %}
{{ donor_name }}
{% endfor %}
{% else %}
暂无捐助记录
{% endif %}
点击查看全部捐助记录

需要捐助的物品

{% for item in items %}
{% if item.image %} {{ item.name }} {% else %}
暂无图片
{% endif %}
{% if item.donated %}已捐赠{% else %}待捐赠{% endif %}

{{ item.name }}

价格: ¥{{ item.price }}

{% if item.donated %}
{{ item.donor_name }}

捐助人: {{ item.donor_name }}

{% for donation in donations %} {% if donation.item_id == item.id and donation.message %}

{{ donation.message }}

{% endif %} {% endfor %}
{% endif %} 查看详情
{% endfor %} {% if not items %}
暂无需要捐助的物品
{% endif %}