<#-- *********************************************************************************** --> <#-- * THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME T * --> <#-- * THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME THEME T * --> <#-- *********************************************************************************** -->

#i18n{participatoryideation.submit_project.steps.location.code_theme_label}

<#assign nIndex=0> <#assign nMaxIndex=themes?size - 1> <#list themes?sort_by("code") as theme> <#if nIndex%4==0 >
<#if nIndex%4==3 || nIndex==nMaxIndex>
<#assign nIndex=nIndex+1>
<#-- *********************************************************************************** --> <#-- * SUBMITTER SUBMITTER SUBMITTER SUBMITTER SUBMITTER SUBMITTER DEPOSIT * --> <#-- * SUBMITTER SUBMITTER SUBMITTER SUBMITTER SUBMITTER SUBMITTER DEPOSIT * --> <#-- *********************************************************************************** -->

#i18n{participatoryideation.submit_project.steps.location.submitter_label}

<#-- Radio buttons --> <#list submitter_types?sort_by("id") as submitter_type> <#-- Complement fields --> <#list submitter_types as submitter_type>
<#if submitter_type["codeComplementType"] != "NONE"> <#if submitter_type["codeComplementType"] == "LIST"> <#elseif submitter_type["codeComplementType"] == "FREE"> value="${form_etape_location["submitter"]!''}" id="complement_submitter_${submitter_type["code"]}">
<#-- *********************************************************************************** --> <#-- * LOCATION LOCATION LOCATION LOCATION LOCATION LOCATION LOCATION LOCATION LOCATIO * --> <#-- * LOCATION LOCATION LOCATION LOCATION LOCATION LOCATION LOCATION LOCATION LOCATIO * --> <#-- *********************************************************************************** -->

#i18n{participatoryideation.submit_project.steps.location.location_type_label}

<#if whole_area_label != "" > <#if localized_area_labels?? && localized_area_labels?size gt 0 >
<@comboWithParams name="location_ardt" items=localized_area_labels default_value="${form_etape_location.locationArdt!''}"additionalParameters=" class=\"form-control input-sm\" " />

#i18n{participatoryideation.submit_project.steps.location.address_label}

FIXME : Need to have a generic geoloc mecanism