{% block body %}

Python Sample App

{% if session['is_authorized'] == True %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}

Potential Customers from Leads.xlsx

{% for customer in customer_dict %} {% endfor %}
No. ID Full Name Phone Email
{{ loop.index }} {{ customer['Id'] }} {% set req_id = customer['Id'] %} {{ customer['Full Name'] }} {{ customer['Phone'] }} {{ customer['Email'] }}
{% endif %} {% endblock %}