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

Profile

Little description of what to be expected...

User information
user-profile-picture

{{ profile.username }}

{{ profile.type }}

Preferred language: {{ profile.language }}

{% comment %} {% endcomment %}
{% with profile.billing as contact %}
Billing information
{{ contact.name }}
{{ contact.address }}
{{ contact.zipcode }} {{ contact.city }} {{ contact.country }}
{{ contact.vat }}
payment method: {{ payment.method }}
{% if payment.method == 'SEPADirectDebit' %} IBAN {{ payment.data.iban }} {% else %} {# #} Details: {{ payment.data }} {% endif %}
{% endwith %} {% endblock %}