{% load i18n %} {% load django_ledger %}

{% trans 'Customer Information' %}

{% icon 'bi:person-lines-fill' 36 %} {{ customer.customer_name }}

{% if customer.address_1 %}{{ customer.address_1 }}{% endif %}
{% if customer.address_2 %}{{ customer.address_2 }}{% endif %}
{% if customer.phone %}{{ customer.phone }}{% endif %}
{% if customer.email %}{{ customer.email }}{% endif %}
{% if customer.website %}{{ customer.website }}{% endif %}