From 63b0fc6269b38edf7234b9f151b80d81f614c0a3 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 4 Aug 2015 10:11:24 +0300 Subject: Initial commit First public commit --- servo/templates/search/results/gsx_warranty.html | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100755 servo/templates/search/results/gsx_warranty.html (limited to 'servo/templates/search/results/gsx_warranty.html') diff --git a/servo/templates/search/results/gsx_warranty.html b/servo/templates/search/results/gsx_warranty.html new file mode 100755 index 0000000..4682885 --- /dev/null +++ b/servo/templates/search/results/gsx_warranty.html @@ -0,0 +1,49 @@ +{% load i18n %} + +{% for d in results %} +
+
+ {{ d.description }} +
+
+

{{ d.description }}

+
+
{% trans "Warranty Status" %}
+
{{ d.get_warranty_status_display }}
+
{% trans "Purchase Date" %}
+
{{ d.purchased_on|date:"SHORT_DATE_FORMAT"|default:"-" }}, {{ d.purchase_country|default:"-" }}
+
{% trans "Serial Number" %}
+
{{ d.sn }}
+
{% trans "Configration" %}
+
{{ d.configuration }}
+ {% if d.activation %} +
IMEI
+
{{ d.activation.imeiNumber }}
+
{% trans "Activation Profile" %}
+
{{ d.activation.initialActivationPolicyDetails }}
+
{% trans "Unlocked" %}
+
{{ d.activation.unlocked }}
+
{% trans "Find My iPhone" %}
+
{{ d.fmip_is_active|yesno:"Active,Inactive" }}
+ {% endif %} +
+
+ + + + +
+
+
+{% endfor %} -- cgit v1.2.3