{% extends "layout.html" %} {% block content %}
首页
数据公示
公益项目
新闻动态
合作伙伴
SCROLL

捐赠及支出公示

Every Penny, Tracked with Integrity
历年公益捐赠收入
0
截至今日
本年度捐赠收入
0
本年度
历年公益支出
0
截至今日

捐赠收入明细

捐赠方金额
{% for item in donationIncome %} {% endfor %} {% for item in donationIncome %} {% endfor %}
{{item.name}}{{item.amount}}
{{item.name}}{{item.amount}}

公益支出明细

支付对象金额
{% for item in donationExpense %} {% endfor %} {% for item in donationExpense %} {% endfor %}
{{item.name}}{{item.amount}}
{{item.name}}{{item.amount}}

药品援助公示

发放日期患者姓名地区药品名称
{% for item in medicines %} {% endfor %} {% for item in medicines %} {% endfor %}
{{item.distribute_date}} {{item.person}} {{item.region}} {{item.name}}
{{item.distribute_date}} {{item.person}} {{item.region}} {{item.name}}
{% for proj in projects %}
{% endfor %}
项目介绍

{% if projects[0] %}{{projects[0].title}}{% endif %}

{% if projects[0] %}{{projects[0].summary}}{% endif %}

了解详情 →
{% for proj in projects %}
{{proj.title}}
{% endfor %}
查看全部项目

新闻 & 动态

Latest News and Updates
{% if newsList[0] %} {{newsList[0].title}}

{{newsList[0].title}}

{{newsList[0].publish_date}}
{% endif %}
{% for news in newsList %} {% if loop.index > 1 %}
{{news.publish_day}}
{{news.publish_ym}}

{{news.title}}

{{news.summary}}

{% endif %} {% endfor %}
{% endblock %} {% block js %} {% endblock %}