{* $Id: edp_access.tpl 1449 2006-03-06 13:42:00Z zeke $ *}
{include file="letter_header.tpl"}
{$lang.dear} {$order_info.firstname},
{$lang.edp_access_granted}
{foreach from=$order_info.items item="oi"}
{if $oi.extra.is_edp == 'Y'}
{$oi.product}
{$http_location}/{$customer_index}?{$target_name}=products&{$mode_name}=download&ekey={$edp_data[$oi.product_id].ekey}
{/if}
{/foreach}
{include file="letter_footer.tpl"}