{{ block title }} 1回目 {{ endblock }} {{ block content }} {{ if treatment_type == "1" and key_price == "right2" }} {{ include Constants.treatment1_left2_template }} {{elif treatment_type == "1" and key_price == "right4" }} {{ include Constants.treatment1_right2_template }} {{elif treatment_type == "1" and key_price == "left2" }} {{ include Constants.treatment1_left4_template }} {{elif treatment_type == "1" and key_price == "left4" }} {{ include Constants.treatment1_right4_template }} {{ elif treatment_type == "2" and key_price == "right2" }} {{ include Constants.treatment2_right2_template }} {{elif treatment_type == "2" and key_price == "right4" }} {{ include Constants.treatment2_right4_template }} dsf {{elif treatment_type == "2" and key_price == "left2" }} {{ include Constants.treatment2_left2_template }} {{elif treatment_type == "2" and key_price == "left4" }} {{ include Constants.treatment2_left4_template }} {{ elif treatment_type == "3" and key_price == "right2" }} {{ include Constants.treatment3_right2_template }} {{elif treatment_type == "3" and key_price == "right4" }} {{ include Constants.treatment3_right4_template }} {{elif treatment_type == "3" and key_price == "left2" }} {{ include Constants.treatment3_left2_template }} {{elif treatment_type == "3" and key_price == "left4" }} {{ include Constants.treatment3_left4_template }} {{ elif treatment_type == "c1" and key_price == "right2" }} c11 {{elif treatment_type == "c1" and key_price == "right4" }} c12 {{elif treatment_type == "c1" and key_price == "left2" }} c13 {{elif treatment_type == "c1" and key_price == "left4" }} c14 {{ elif treatment_type == "c2" and key_price == "right2" }} c21 {{elif treatment_type == "c2" and key_price == "right4" }} c22 {{elif treatment_type == "c2" and key_price == "left2" }} c23 {{elif treatment_type == "c2" and key_price == "left4" }} c24 {{ elif treatment_type == "c3" and key_price == "right2" }} c31 {{elif treatment_type == "c3" and key_price == "right4" }} c32 {{elif treatment_type == "c3" and key_price == "left2" }} c33 {{elif treatment_type == "c3" and key_price == "left4" }} c44 {{endif}} {{ endblock }}