{% extends 'base.html' %} {% block title %}Update Customer{% endblock %} {% block page_content %} {% include 'messages.html' %}
| Name | {{ customer.name }} |
| Description | {{ customer.description }} |
| Primary phone | {{ customer.primary_phone }} |
| Secondary phone | {{ customer.secondary_phone }} |
| {{ customer.email }} | |
| Additional email | {{ customer.additional_email }} |
| Address | {{ customer.address }} |
| Additional address | {{ customer.additional_address }} |
| Created | {{ customer.date_created|date:'d-m-Y H:i' }} |