{foreach name=blah item=day from=$days}

Einstellungen für {$day.tag}
|
{if $day.timer}
| Woche |
Zeit |
pID |
SammlerID |
Art-Nr |
Titel |
Aktiv ab |
Aktiv bis |
bis Bestand |
Typ |
Auktionspreis |
Anzahl |
Seite |
Ebay User |
Status |
{foreach name=blah2 item=time from=$day.timer}
| jede {$time.week}. |
{$time.time} |
{$time.products_id} |
{$time.sammler_id} |
{$time.products_model} |
{$time.ebay_titel} |
{$time.from} |
{$time.to} |
{$time.qty} |
{$time.type} |
{$time.ebay_preis} |
{$time.ebay_menge} |
{$time.ebay_site} |
{$time.ebay_user} |
{$time.status} |
{/foreach}
| Einstellungen für diesen Tag: {$day.total} Stk. Gesamtanzahl Produkte für diesen Tag: {$day.total_products} Stk
(
{foreach name=st key=key item=type from=$day.total_products_type}
{$key}: {$type|string_format:"%.2f"}
{/foreach}
)
|
{else}
| Keine Einstellungen für diesen Tag |
}
{/if}
{/foreach}
| Einstellungen für Woche: {$all_total} Stk.; Gesamtanzahl Produkte für Woche: {$all_total_products} Stk
(
{foreach name=st1 key=key item=type from=$all_total_products_type}
{$key}: {$type|string_format:"%.2f"}
{/foreach}
)
|
{if $stats}