{% 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 }}
| {{ _("Note") }} | {{ _("Date") }} |
|---|---|
| {{ note.note }} | {{ note.created }} |