{% extends "base.html" %} {% load i18n static crispy_forms_filters custom_filters%} {% block title %}{{ _("View Customer") }}{% endblock title %} {% block content %} {% include 'modal/delete_modal.html' %}
{{ customer.created|timesince}}
{{invoices.count}}
{{estimates.count}}
{{ customer.address_1}}
| {{ _("Notes")|upper }} |
|---|
| {{note.note}} |