{{ block title }}Your payment {{ endblock }} {{ block content }}
Your answer in row {{ payment_row }} of question {{ random_question }} is selected for payment. Your choice in row {{ payment_row }} is extra {{ Constants.extra_money_1 }} dollars. Therefore, your final payment is {{ payment_c }} pieces of chocolates and {{ payment_m }} dollars.
{{ endif }} {{ if payment_question_choice == 'R' }}Your answer in row {{ payment_row }} of question {{ random_question }} is selected for payment. Your choice in row {{ payment_row }} is extra {{ payment_row }} pieces of chocolate. Therefore, your final payment is {{ payment_c }} pieces of chocolates and {{ payment_m }} dollars.
{{ endif }} {{ endif }} {{ if random_question == 2 }} {{ if payment_question_choice == 'L' }}Your answer in row {{ payment_row }} of question {{ random_question }} is selected for payment. Your choice in row {{ payment_row }} is extra {{ Constants.extra_chocolate_1 }} pieces of chocolate. Therefore, your final payment is {{ payment_c }} pieces of chocolates and {{ payment_m }} dollars.
{{ endif }} {{ if payment_question_choice == 'R' }}Your answer in row {{ payment_row }} of question {{ random_question }} is selected for payment. Your choice in row {{ payment_row }} is extra {{ payment_row }} dollars. Therefore, your final payment is {{ payment_c }} pieces of chocolates and {{ payment_m }} dollars.
{{ endif }} {{ endif }} {{ if random_question == 3 or random_question == 4 or random_question == 5 or random_question == 6 or random_question == 7 }}Your answer of question {{ random_question }} is selected for payment. Your choice is bag {{ payment_question_choice }}. Therefore, your final payment is {{ payment_c }} pieces of chocolates and {{ payment_m }} dollars.
{{ endif }}