{style} form .ow_matchmaking_distance_field input { width: 50px; padding-right:10px; } form .ow_matchmaking_distance_field { padding-right:10px; } {/style}
{if $noQuestions}
{text key='matchmaking+no_questions'}
{else}
{text key='matchmaking+preferences_invitation'}
{form name='MATCHMAKING_PreferencesForm'} {foreach from=$questionArray key='section' item='questions' name="q"} {foreach from=$questions item='question' name='question'} {if $question.name == 'googlemap_location'} {assign var="questionName" value='distance_from_my_location'} {else} {assign var="questionName" value=$question.name} {/if} {/foreach} {/foreach}
{text key="base+questions_section_about_my_match_label"}
{label name=$questionName} {input name=$questionName}
{error name=$questionName}
{$question.acc_type_label}
{submit name='save' class='ow_ic_save'}
{/form} {/if}