{%
set form = {
"coupon_empty" : cucoupon_empty,
'apply' : cuapply,
'remove' : curemove,
'discount_info1' : cudiscount_info1,
'discount_info2' : cudiscount_info2,
'discount_info3' : cudiscount_info3,
'discount_info4' : cudiscount_info4,
'discount_info5' : cudiscount_info5,
'discount_info6' : cudiscount_info6,
'coupon_of_discounts' : cucoupon_of_discounts,
'label_other_bank' : culabel_other_bank,
'label_choose' : culabel_choose,
"payment_method" : cupayment_method,
"credit_card_number" : cucredit_card_number,
"expiration_month" : cuexpiration_month,
"expiration_year" : cuexpiration_year,
"year" : cuyear,
"month" : cumonth,
"card_holder_name" : cucard_holder_name,
"security_code" : cusecurity_code,
"document_type" : cudocument_type,
"document_number" : cudocument_number,
"issuer" : cuissuer,
"installments" : cuinstallments,
"your_card" : cuyour_card,
"other_cards" : cuother_cards,
"other_card" : cuother_card,
"ended_in" : cuended_in,
"btn_pay" : cubtn_pay
}
%}
{%
set error = {
"205" : cue205,
"E301" : cueE301,
"208" : cue208,
"209" : cue209,
"325" : cue325,
"326" : cue326,
"221" : cue221,
"316" : cue316,
"224" : cue224,
"E302" : cueE302,
"E203" : cueE203,
"212" : cue212,
"322" : cue322,
"214" : cue214,
"324" : cue324,
"213" : cue213,
"323" : cue323,
"220" : cue220,
}
%}
{%
set coupon_error = {"EMPTY" : cueEMPTY}
%}
{%
set form_labels = {"form":form, "error":error, "coupon_error":coupon_error}
%}