{foreach from=$fields_array item=v} {if $v.type=="price" && $ads_settings.enable_price} {if in_array("price_extra", $modules_array) && isset($pe_settings[$fieldset])} {include file="modules/price_extra/custom_fields_form_list.html"} {else}
  • {$v.name}: {if $values_array.price>=0}{$values_array.price_curr}{else}-{/if}
  • {/if} {elseif $v.type=="image"}
  • {$v.name}: {if isset($values_array[$v.caption]) && $values_array[$v.caption]}{else}-{/if}
  • {elseif $v.type=="file"}
  • {$v.name}: {if isset($values_array[$v.caption]) && $values_array[$v.caption]} {else}-{/if}
  • {elseif $v.type=="multiselect"}
  • {$v.name}: {if isset($values_array[$v.caption]) && $values_array[$v.caption]}{$values_array[$v.caption]|@implode:', '}{else}-{/if}
  • {elseif $v.type=="google_maps"}
  • {$v.name}: {if $values_array[$v.caption]}
    {else}- {/if}
  • {elseif $v.type=='checkbox_group'}
  • {$v.name}: {foreach from=$v.extra_elements_array item=t name=check}
    {if $v.prefix!=""} {$v.prefix} {/if} {$t.name} {if $v.postfix!=""} {$v.postfix} {/if}
    {/foreach}
  • {elseif $v.type=="depending"}
  • {$v.depending.name1}: {if isset($values_array[$v.depending.caption1]) && $values_array[$v.depending.caption1]}{if $values_array[$v.depending.caption1]=="all" && $v.all_val}{$lng.general.all}{else}{$values_array[$v.depending.caption1]}{/if}{else}-{/if}
  • {$v.depending.name2}: {if isset($values_array[$v.depending.caption2]) && $values_array[$v.depending.caption2]}{if $values_array[$v.depending.caption2]=="all" && $v.all_val}{$lng.general.all}{else}{$values_array[$v.depending.caption2]}{/if}{else}-{/if}
  • {if $v.depending.no>=3}
  • {$v.depending.name3}: {if isset($values_array[$v.depending.caption3]) && $values_array[$v.depending.caption3]}{if $values_array[$v.depending.caption3]=="all" && $v.all_val}{$lng.general.all}{else}{$values_array[$v.depending.caption3]}{/if}{else}-{/if}
  • {/if} {if $v.depending.no==4}
  • {$v.depending.name4}: {if isset($values_array[$v.depending.caption4]) && $values_array[$v.depending.caption4]}{if $values_array[$v.depending.caption4]=="all" && $v.all_val}{$lng.general.all}{else}{$values_array[$v.depending.caption4]}{/if}{else}-{/if}
  • {/if} {elseif $v.type=="checkbox"}
  • {$v.name}: {if isset($values_array[$v.caption]) && $values_array[$v.caption]==1}{$lng.general.Yes}{else}{$lng.general.No}{/if}
  • {elseif $v.type=="youtube"}
  • {$v.name}: {if isset($values_array[$v.caption]) && $values_array[$v.caption]}{$values_array[$v.caption]|regex_replace:'/ width="[0-9]+"/':' width="500"'|regex_replace:'/ height="[0-9]+"/':' height="388"'}{else}-{/if}
  • {elseif $v.type!="terms"}
  • {$v.name}: {if isset($values_array[$v.caption]) && $values_array[$v.caption]}{if $v.type=="menu" && $values_array[$v.caption]=="all" && $v.all_val}{$lng.general.all}{else}{$values_array[$v.caption]}{/if}{else}-{/if}
  • {/if} {/foreach}