Subversion Repositories SmartDukaan

Rev

Rev 5654 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5654 Rev 6095
Line 17... Line 17...
17
	<table>
17
	<table>
18
	<thead>
18
	<thead>
19
		<tr>
19
		<tr>
20
			<th width="264">&nbsp;</th>
20
			<th width="264">&nbsp;</th>
21
			<th width="105">Saholic</th>
21
			<th width="105">Saholic</th>
-
 
22
			<th width="125">Min Price</th>
22
			<th width="105">Flipkart</th>
23
			<th width="105">Flipkart</th>
23
			<th width="105">HomeShop18</th>
24
			<th width="105">HomeShop18</th>
24
			<th width="105">Infibeam</th>
25
			<th width="105">Infibeam</th>
25
			<th width="105">Snapdeal</th>
26
			<th width="105">Snapdeal</th>
26
			<th width="105">Sulekha</th>
27
			<th width="105">Sulekha</th>
Line 38... Line 39...
38
				{{ phone['product_name'] }}
39
				{{ phone['product_name'] }}
39
				<div class="watchlist-icon"></div>
40
				<div class="watchlist-icon"></div>
40
			</td>
41
			</td>
41
			<td class="price saholic">{{ phone['saholic']['price'] }}</td>
42
			<td class="price saholic">{{ phone['saholic']['price'] }}</td>
42
			
43
			
-
 
44
			<td id ='{{ phone['entity_id'] }} min' class = 'minPrice' align = 'center'></td>
-
 
45
			
43
		{% if phone['flipkart']['data'] is not None %}
46
		{% if phone['flipkart']['data'] is not None %}
44
			<td class="price conflict" data='{{ phone["flipkart"]["data"] }}' source="flipkart">
47
			<td class="price conflict" data='{{ phone["flipkart"]["data"] }}' source="flipkart">
45
		{% else %}
48
		{% else %}
46
			<td class="price" source="flipkart">
49
			<td class="price" source="flipkart">
47
		{% end %}
50
		{% end %}