{% extends "musician/base.html" %} {% load i18n %} {% block content %}

Profile

Little description of what to be expected...

User information
{# #}

{{ profile.username }}

{{ profile.type }}

Preferred language: {{ profile.language }}

{% with profile.billing as contact %}
Billing information
{{ contact.name }}
{{ contact.address }}
{{ contact.zipcode }} {{ contact.city }} {{ contact.country }}
{{ contact.vat }}
payment method: {{ payment.method }}
{# TODO(@slamora) format payment method details #} {{ payment.data.data }}
{% endwith %} {% endblock %}