{% extends "base.html" %} {% load i18n static crispy_forms_filters%} {% block title %}{{ _("View Customer") }}{% endblock title %} {% block content %}
{{ customer.created|timesince}}
{{invoices.count}}
{{estimates.count}}
{{ customer.address_1}}