jQuery.template('cart-product', function(jQuery, $item) {var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('<table>   <caption>');if(typeof(Message)!=='undefined' && (Message)!=null){__.push($.encode((typeof(Message)==='function'?(Message).call($item):(Message))));}__.push('</caption>   <tbody>    <tr>     <td class="thumb"><img src="');if(typeof(ImageSrc)!=='undefined' && (ImageSrc)!=null){__.push($.encode((typeof(ImageSrc)==='function'?(ImageSrc).call($item):(ImageSrc))));}__.push('" /></td>     <td class="description">      <h3>');if(typeof(Name)!=='undefined' && (Name)!=null){__.push($.encode((typeof(Name)==='function'?(Name).call($item):(Name))));}__.push('</h3>      <p>');if(typeof(Details)!=='undefined' && (Details)!=null){__.push($.encode((typeof(Details)==='function'?(Details).call($item):(Details))));}__.push('</p>     </td>     <td class="price">');if(typeof(Price)!=='undefined' && (Price)!=null){__.push($.encode((typeof(Price)==='function'?(Price).call($item):(Price))));}__.push('</td>    </tr>   </tbody>   <tfoot>    <tr>     <td class="title">Subtotal</td><!-- TODO: Translate -->     <td class="description">(');if(typeof(TotalCount)!=='undefined' && (TotalCount)!=null){__.push($.encode((typeof(TotalCount)==='function'?(TotalCount).call($item):(TotalCount))));}__.push(' items)</td><!-- TODO: Translate -->     <td class="price">');if(typeof(SubTotal)!=='undefined' && (SubTotal)!=null){__.push($.encode((typeof(SubTotal)==='function'?(SubTotal).call($item):(SubTotal))));}__.push('</td>    </tr>   </tfoot>  </table>');}return __;});
jQuery.template('list-link', function(jQuery, $item) {var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('<li><a href="#" data-list-id="');if(typeof(Id)!=='undefined' && (Id)!=null){__.push($.encode((typeof(Id)==='function'?(Id).call($item):(Id))));}__.push('">');if(typeof(Name)!=='undefined' && (Name)!=null){__.push($.encode((typeof(Name)==='function'?(Name).call($item):(Name))));}__.push('</a></li>');}return __;});
jQuery.template('list-product-added', function(jQuery, $item) {var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('<table>   <caption>');if(typeof(Message)!=='undefined' && (Message)!=null){__.push($.encode((typeof(Message)==='function'?(Message).call($item):(Message))));}__.push('</caption>   <tbody>    <tr>     <td class="thumb"><img src="');if(typeof(ImageSrc)!=='undefined' && (ImageSrc)!=null){__.push($.encode((typeof(ImageSrc)==='function'?(ImageSrc).call($item):(ImageSrc))));}__.push('" /></td>     <td class="description">      <h3>');if(typeof(Name)!=='undefined' && (Name)!=null){__.push($.encode((typeof(Name)==='function'?(Name).call($item):(Name))));}__.push('</h3>      <p>');if(typeof(Details)!=='undefined' && (Details)!=null){__.push($.encode((typeof(Details)==='function'?(Details).call($item):(Details))));}__.push('</p>     </td>     <td class="price">');if(typeof(Price)!=='undefined' && (Price)!=null){__.push($.encode((typeof(Price)==='function'?(Price).call($item):(Price))));}__.push('</td>    </tr>   </tbody>   <tfoot>    <tr>     <td class="title">Subtotal</td><!-- TODO: Translate -->     <td class="description">(');if(typeof(TotalCount)!=='undefined' && (TotalCount)!=null){__.push($.encode((typeof(TotalCount)==='function'?(TotalCount).call($item):(TotalCount))));}__.push(' items)</td><!-- TODO: Translate -->     <td class="price">');if(typeof(SubTotal)!=='undefined' && (SubTotal)!=null){__.push($.encode((typeof(SubTotal)==='function'?(SubTotal).call($item):(SubTotal))));}__.push('</td>    </tr>   </tfoot>  </table>');}return __;});