[Oi-commits] r1561 - trunk/shop/templates/shopprofile

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Mon Jul 21 16:30:59 EEST 2008


Author: erenturkay
Date: Mon Jul 21 16:30:58 2008
New Revision: 1561

Modified:
   trunk/shop/templates/shopprofile/shopprofile_main.html
Log:
print more information, I'll deal with it later

Modified: trunk/shop/templates/shopprofile/shopprofile_main.html
=================================================================
--- trunk/shop/templates/shopprofile/shopprofile_main.html	(original)
+++ trunk/shop/templates/shopprofile/shopprofile_main.html	Mon Jul 21 16:30:58 2008
@@ -11,5 +11,20 @@
 {% endblock %}
 
 {% block content %}
-    Kullanıcı Adı: {{ profile.user.username }}
+    Kullanıcı Adı: {{ profile.user.username }} <br />
+    Normal Telefon: {{ profile.phone }} <br />
+    Cep Telefonu: {{ profile.cellphone }} <br />
+    Adres: {{ profile.adress }} <br />
+
+    <br />
+    Fatura Bilgileri: <br />
+    <br />
+    &nbsp;&nbsp;&nbsp;- Ürünün gönderileceği adres: {{ profile.bill.adress }} <br />
+
+    &nbsp;&nbsp;&nbsp;- Kurumsal Hesap?: {{ profile.bill.have_company_information }} <br />
+    {% if profile.bill.have_company_information %}
+    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Şirket Adı: {{ profile.bill.company_name }} <br />
+    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Şirket Adresi: {{ profile.bill.company_adress }} <br />
+    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Kişinin şirketteki ünvanı: {{ profile.bill.employee_title }} <br />
+    {% endif %}
 {% endblock %}


More information about the Oi-commits mailing list