Customers Information

{% for row in rows %} {% endfor %}
CustomerID Name Email Address
{{row["customerid"]}} {{row["name"]}} {{row["email"]}} {{row["address"]}}


Go back to home page