{extends file="get_usermod:layouts/main/layout.html"} {function textInputFormGroup labeltext='label' inputname='unnamed_input' value='' maxlength='30'}
{/function} {block name="content"} {load_language_text section="internetmarke"}
{$txt.credentials}
{$txt.note_credentials_are_optional}
{$txt.sender} {textInputFormGroup labeltext=$txt.sender_company inputname='configuration[sender_company]' value=$content.configuration.sender_company maxlength='50' } {textInputFormGroup labeltext=$txt.sender_firstname inputname='configuration[sender_firstname]' value=$content.configuration.sender_firstname maxlength='35' } {textInputFormGroup labeltext=$txt.sender_lastname inputname='configuration[sender_lastname]' value=$content.configuration.sender_lastname maxlength='35' } {textInputFormGroup labeltext=$txt.sender_street inputname='configuration[sender_street]' value=$content.configuration.sender_street maxlength='50' } {textInputFormGroup labeltext=$txt.sender_houseno inputname='configuration[sender_houseno]' value=$content.configuration.sender_houseno maxlength='10' } {textInputFormGroup labeltext=$txt.sender_zip inputname='configuration[sender_zip]' value=$content.configuration.sender_zip maxlength='10' } {textInputFormGroup labeltext=$txt.sender_city inputname='configuration[sender_city]' value=$content.configuration.sender_city maxlength='35' }
{$txt.preferences}
{$txt.low_wallet_balance_tooltip}
{$txt.show_contract_products_only_tooltip}
{$txt.image}
kein Motiv
{foreach from=$content.imageCategories item=imageCategory key=catid}
{$imageCategory.name|strtr:'_':' '}
{/foreach}
{foreach from=$content.imageCategories item=imageCategory key=catid}
{foreach from=$imageCategory.images item=image key=imgid} imageID}checked="checked"{/if} data-catid="{$catid}"> {/foreach}
{/foreach}
{* form-horizontal *}
{* breakpoint *}
{$txt.products_cache}
{foreach $content.products as $productId => $product} {/foreach}
{$txt.ppl_favorite} {$txt.ppl_product_name} ID {$txt.first_ppl_version} {$txt.last_ppl_version} {$txt.actual_ppl_version} {$txt.ppl_product_valid_from} {$txt.ppl_product_release} {$txt.ppl_price}
{$product->extendedIdentifier->name} ({$product->extendedIdentifier->destination}) {$productId} {$product->extendedIdentifier->externIdentifier[0]->firstPPLVersion} {$product->extendedIdentifier->externIdentifier[0]->lastPPLVersion} {$product->extendedIdentifier->externIdentifier[0]->actualPPLVersion} {$product->extendedIdentifier->validFrom} {$product->extendedIdentifier->release} {$product->priceDefinition->price->calculatedGrossPrice->value|number_format:2} / {if is_array($content.contractProducts[$productId])} {if $content.contractProducts[$productId].price} {$content.contractProducts[$productId].price/100|number_format:2} {else} {$product->priceDefinition->price->calculatedGrossPrice->value|number_format:2} {/if} {else} {$txt.not_available} {/if}


{$txt.ppl_date}: {$content.ppl_date}
{/block}