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