{# -*- mode: web; -*- #} {% extends "base.html" %} {% block title %} Customers {% endblock %} {% block content %}
Name | City | Phone | ||||
---|---|---|---|---|---|---|
{% if customer.website %} | {{ customer.name }} | {% else %}{{ customer.name }} | {% endif %}{{ customer.city }} | {{ customer.phone }} | {% if customer.email %}{{ customer.email }} | {% else %}{% endif %} |