| 31 |
<div class="row"> |
<div class="row"> |
| 32 |
US State: |
US State: |
| 33 |
<select name="us_state"> |
<select name="us_state"> |
| 34 |
<div tal:repeat="us_state python:here.geographic_properties.getProperty('us_states')" |
<div tal:repeat="us_state python:here.portal_properties.geographic_properties.getProperty('us_states')" |
| 35 |
tal:omit-tag=""> |
tal:omit-tag=""> |
| 36 |
<option tal:define="values python:us_state.split('|')" |
<option tal:define="values python:us_state.split('|')" |
| 37 |
value="" |
value="" |
| 45 |
<div class="row"> |
<div class="row"> |
| 46 |
Country: |
Country: |
| 47 |
<select name="country"> |
<select name="country"> |
| 48 |
<div tal:repeat="country python:here.geographic_properties.getProperty('countries')" |
<div tal:repeat="country python:here.portal_properties.geographic_properties.getProperty('countries')" |
| 49 |
tal:omit-tag=""> |
tal:omit-tag=""> |
| 50 |
<option tal:define="values python:country.split('|')" |
<option tal:define="values python:country.split('|')" |
| 51 |
value="" |
value="" |