|
1 |
| -<% if %w(south-korea thailand turkey vietnam).include?(calculator.ceremony_country) %> |
2 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
3 |
| - locals: { |
4 |
| - calculator: calculator, |
5 |
| - services: [ |
6 |
| - :affidavit_for_marriage, |
7 |
| - ] |
8 |
| - } %> |
| 1 | +<%= render partial: 'consular_fees_table.govspeak.erb', |
| 2 | + locals: { calculator: calculator } %> |
9 | 3 |
|
10 |
| -<% elsif %w(belgium ecuador macao morocco norway).include?(calculator.ceremony_country) %> |
11 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
12 |
| - locals: { |
13 |
| - calculator: calculator, |
14 |
| - services: [ |
15 |
| - :affidavit_or_affirmation_for_marriage, |
16 |
| - ] |
17 |
| - } %> |
18 |
| -<% elsif calculator.ceremony_country == 'finland' %> |
19 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
20 |
| - locals: { |
21 |
| - calculator: calculator, |
22 |
| - services: [ |
23 |
| - :affirmation_for_marriage, |
24 |
| - ] |
25 |
| - } %> |
26 | 4 |
|
27 |
| -<% elsif %w(philippines united-arab-emirates).include?(calculator.ceremony_country) %> |
28 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
29 |
| - locals: { |
30 |
| - calculator: calculator, |
31 |
| - services: [ |
32 |
| - :affirmation_for_freedom_to_marry_in_english, |
33 |
| - :affirmation_for_freedom_to_marry_in_other_language, |
34 |
| - ] |
35 |
| - } %> |
36 |
| - |
37 |
| - |
38 |
| -<% elsif calculator.ceremony_country == 'qatar' %> |
39 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
40 |
| - locals: { |
41 |
| - calculator: calculator, |
42 |
| - services: [ |
43 |
| - :issuing_letter_or_certificate_english, |
44 |
| - :issuing_letter_or_certificate_other_language, |
45 |
| - :affidavit_for_marriage, |
46 |
| - ] |
47 |
| - } %> |
48 |
| - |
49 |
| -<% elsif calculator.ceremony_country == 'egypt' %> |
50 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
51 |
| - locals: { |
52 |
| - calculator: calculator, |
53 |
| - services: [ |
54 |
| - :marriage_declaration, |
55 |
| - :making_an_oath, |
56 |
| - ] |
57 |
| - } %> |
58 |
| - |
59 |
| - |
60 |
| -<% elsif calculator.ceremony_country == 'china' %> |
61 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
62 |
| - locals: { |
63 |
| - calculator: calculator, |
64 |
| - services: [ |
65 |
| - :affirmation_for_freedom_to_marry_in_english_and_chinese, |
66 |
| - ] |
67 |
| - } %> |
68 |
| - |
69 |
| -<% elsif calculator.ceremony_country == 'peru' %> |
70 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
71 |
| - locals: { |
72 |
| - calculator: calculator, |
73 |
| - services: [ |
74 |
| - :affirmation_or_affidavit_for_freedom_to_marry, |
75 |
| - ] |
76 |
| - } %> |
77 |
| - |
78 |
| -<% else %> |
79 |
| - <%= render partial: 'consular_fees_table.govspeak.erb', |
80 |
| - locals: { |
81 |
| - calculator: calculator, |
82 |
| - services: [ |
83 |
| - :affirmation_for_freedom_to_marry_in_english, |
84 |
| - :affirmation_for_freedom_to_marry_in_other_language, |
85 |
| - ] |
86 |
| - } %> |
87 |
| - |
88 |
| - |
89 |
| -<% end %> |
90 | 5 | <% unless calculator.country_without_consular_facilities? %>
|
91 | 6 | <% if calculator.ceremony_country == 'vietnam' %>
|
92 | 7 | <%= render partial: 'consular_fees_in_cash_visa_master.govspeak.erb',
|
|
0 commit comments