{if $module_content_display == true}

Technische Daten

{foreach item=module_data_group from=$module_content_group}

{$module_data_group.GROUPS_NAME}

{assign var="name" value=$module_data_group.GROUPS_NAME} {foreach item=ii from=$module_content_value.$name} {foreach key=key item=module_data_value from=$ii}
{$key}
{$module_data_value}
{/foreach} {/foreach}
{/foreach}

{/if}