{if $smarty.const.CONF_VOTING_FOR_PRODUCTS eq 'True'} {if $PAGE_VIEW ne 'mobile'}
{if !$CPT_CONSTRUCTOR_MODE}
{if $product_info.customer_votes > 0 || $CPT_CONSTRUCTOR_MODE} {* rating *}
{else}
{/if}
{"vote_numerofvotes"|translate}: {$product_info.customer_votes}
{/if}
{if !$printable_version && !$vote_completed}
{lbl_btn_vote}
{/if}
|