{% for customer in customers %} {{customer.id}} {{customer.name}} {{customer.email}} {{customer.contact}} {{customer.date_created}} {% endif %} {% empty %} No Product Found {% endfor %}