{load_language_text section="graduated_price"} {block name="module_granduated_price"}
{block name="module_granduated_price_title"}

{$txt.heading_graduated_price}

{/block} {block name="module_granduated_price_list"}
{foreach name=aussen item=module_data from=$module_content} {block name="module_granduated_price_item"}
{$module_data.QUANTITY} {if $module_data.UNIT != ''}{$module_data.UNIT}{else}{$txt.unit}{/if}
{$txt.pieces} {$module_data.PRICE}{if $module_data.VPE} ({$module_data.VPE}){/if}
{/block} {/foreach}
{/block}
{/block}