Subversion Repositories SmartDukaan

Rev

Rev 5291 | Rev 5401 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5291 Rev 5319
Line 35... Line 35...
35
				<div class="watchlist-icon"></div>
35
				<div class="watchlist-icon"></div>
36
			</td>
36
			</td>
37
			<td class="price saholic">{{ phone['saholic']['price'] }}</td>
37
			<td class="price saholic">{{ phone['saholic']['price'] }}</td>
38
			
38
			
39
		{% if phone['flipkart']['data'] is not None %}
39
		{% if phone['flipkart']['data'] is not None %}
40
			<td class="price conflict" data="{{ phone['flipkart']['data'] }}" source="flipkart">
40
			<td class="price conflict" data='{{ phone["flipkart"]["data"] }}' source="flipkart">
41
		{% else %}
41
		{% else %}
42
			<td class="price" source="flipkart">
42
			<td class="price" source="flipkart">
43
		{% end %}
43
		{% end %}
44
		
44
		
45
		{% if phone['flipkart']['price'] is None and phone['flipkart']['data'] is None %}
45
		{% if phone['flipkart']['price'] is None and phone['flipkart']['data'] is None %}
Line 55... Line 55...
55
				</a>
55
				</a>
56
		{% end %}
56
		{% end %}
57
			</td>
57
			</td>
58
		
58
		
59
		{% if phone['homeshop18']['data'] is not None %}
59
		{% if phone['homeshop18']['data'] is not None %}
60
			<td class="price conflict" data="{{ phone['homeshop18']['data'] }}" source="homeshop18">
60
			<td class="price conflict" data='{{ phone["homeshop18"]["data"] }}' source="homeshop18">
61
		{% else %}
61
		{% else %}
62
			<td class="price" source="homeshop18">
62
			<td class="price" source="homeshop18">
63
		{% end %}
63
		{% end %}
64
		
64
		
65
		{% if phone['homeshop18']['price'] is None and phone['homeshop18']['data'] is None %}
65
		{% if phone['homeshop18']['price'] is None and phone['homeshop18']['data'] is None %}
Line 74... Line 74...
74
				</a>
74
				</a>
75
		{% end %}
75
		{% end %}
76
			</td>
76
			</td>
77
			
77
			
78
		{% if phone['infibeam']['data'] is not None %}
78
		{% if phone['infibeam']['data'] is not None %}
79
			<td class="price conflict" data="{{ phone['infibeam']['data'] }}" source="infibeam">
79
			<td class="price conflict" data='{{ phone["infibeam"]["data"] }}' source="infibeam">
80
		{% else %}
80
		{% else %}
81
			<td class="price" source="infibeam">
81
			<td class="price" source="infibeam">
82
		{% end %}
82
		{% end %}
83
		
83
		
84
		{% if phone['infibeam']['price'] is None and phone['infibeam']['data'] is None %}
84
		{% if phone['infibeam']['price'] is None and phone['infibeam']['data'] is None %}
Line 93... Line 93...
93
				</a>
93
				</a>
94
		{% end %}
94
		{% end %}
95
			</td>
95
			</td>
96
		
96
		
97
		{% if phone['snapdeal']['data'] is not None %}
97
		{% if phone['snapdeal']['data'] is not None %}
98
			<td class="price conflict" data="{{ phone['snapdeal']['data'] }}" source="snapdeal">
98
			<td class="price conflict" data='{{ phone["snapdeal"]["data"] }}' source="snapdeal">
99
		{% else %}
99
		{% else %}
100
			<td class="price" source="snapdeal">
100
			<td class="price" source="snapdeal">
101
		{% end %}
101
		{% end %}
102
		
102
		
103
		{% if phone['snapdeal']['price'] is None and phone['snapdeal']['data'] is None %}
103
		{% if phone['snapdeal']['price'] is None and phone['snapdeal']['data'] is None %}