{% extends "index.html" %} {% block content %}
{% if plaid_items %} {% for item in plaid_items %} {% endfor %}
Institution Name Token Type Connection Status
{{ item[0] }} {{ item[1] }} {% if item[2] == True %} {% elif item[2] == False %} {% else %} {% endif %}

{% endif %}

{% endblock %}