{% for p in ["eps", "hps", "shp"] %}
{% if p == "eps" %} 每秒能量 (EPS) {% elif p == "hps" %} 每秒治疗 (HPS) {% elif p == "shp" %} 每秒盾量 (SHP) {% endif %}
{{ statistics[p].mean | int }}
min
{{ statistics[p].min | int }}
max
{{ statistics[p].max | int }}
std
{{ statistics[p].sd | int }}
{% endfor %}