9 | {{ message }} 10 | 11 | {{ register_time.strftime("%Y년 %m월 %d일") }} 12 | 13 | 14 | 총 {{ cheers | length }}개의 응원 15 | 16 | 17 | {% for id, ask_id, message, ip_address, register_time in cheers %} 18 | 19 | {{ ip_address | hide_ip_address }} 20 | {{ message }} 21 | {{ register_time.strftime("%Y년 %m월 %d일") }} 22 | 23 | {% endfor %} 24 | 25 |