[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 />
+ - Ürünün gönderileceği adres: {{ profile.bill.adress }} <br />
+
+ - Kurumsal Hesap?: {{ profile.bill.have_company_information }} <br />
+ {% if profile.bill.have_company_information %}
+ - Şirket Adı: {{ profile.bill.company_name }} <br />
+ - Şirket Adresi: {{ profile.bill.company_adress }} <br />
+ - Kişinin şirketteki ünvanı: {{ profile.bill.employee_title }} <br />
+ {% endif %}
{% endblock %}
More information about the Oi-commits
mailing list