{% trans "Profile" %}
{% trans "Name" %} :
{{ user.first_name|title }} {{ user.last_name|title }}{% trans "Login" %} :
{{ user.username|title }}{% trans "Email" %} :
{{ user.email }}{% trans "Phone number" %} :
{% for phone in profile_phone %} {{ phone.number }} {% endfor %}{% trans "Billing address" %} :
{% for bill_address in profile_billing_address %}{{ bill_address }} {% endfor %}
{% trans "Shipping address" %} :
{% for ship_address in profile_shipping_address %}{{ ship_address }} {% endfor %}