役种
{% for yaku in hora_tsumo.yaku %}
{{ yaku_mapping[yaku] }}
{% endfor %}
番数
{% if hora_tsumo.has_yakuman %}
{{ (hora_tsumo.yaku | sum(attribute='han')) // 13 }}倍役满
{% else %}
{{ hora_tsumo.han }}番
{% endif %}
亲家和牌
{{ get_tsumo_text(0, hora_tsumo.parent_point.tsumo, True) }}
子家和牌
{{ get_tsumo_text(hora_tsumo.child_point.tsumo_parent, hora_tsumo.child_point.tsumo_child,
False) }}