{include file="templates/emails/elements/top_html.html"} {literal} {/literal}

Hi Admin,
Changed Item Report

Item: {$title}
View Full Product Details
Changed by: {$changed_by}
Changed date: {$changed_date}

{$html_msg}
  ITEM CHANGED FOR USER
User ID:  {$user_data.uid}
Company:  {$user_data.company|htmlspecialchars}
First Name:  {$user_data.fname}
Last Name:  {$user_data.lname}
Email:  {$user_data.email|htmlspecialchars}
Phone:  {$user_data.phone|htmlspecialchars}
Address 1:  {$user_data.address1|htmlspecialchars}
Address 2:  {$user_data.address2|htmlspecialchars}
City/Town:  {if $user_data.city != ''}{$user_data.city|htmlspecialchars}{else}n/a{/if}
Country:  {$country|htmlspecialchars}
State/Province/Territory:  {if trim($state) != ''}{$state|htmlspecialchars}{else}n/a{/if}
Zip/Postal Code:  {if $user_data.zip != ''}{$user_data.zip|htmlspecialchars}{else}n/a{/if}
Product ID:  {$new_product_data.product_id}
Manufacturer:  {$manufacturer_name}
Model:  {$new_product_data.model}
Year:  {$new_product_data.year}
What is Your Best Price:  {$new_product_data.consignee_ask_price}

{if $image_url} {/if} {include file="templates/emails/elements/bottom_html.html"}