{% extends "base.html" %} {% block title %}Plaid Update Result - BiweeklyBudget{% endblock %} {% block body %} {% include 'notifications.html' %}
Plaid Update Result
{% for pur in results %} {% endfor %} {% if num_failed > 0 %} {% else %} {% endif %}
Item Updated Added Exception? Statement IDs
{{ pur.item.institution_name }} ({{ pur.item.item_id }}) {{ pur.updated }} {{ pur.added}} {{ pur.exc }} {{ pur.stmt_id }}
Total {{ num_updated }} {{ num_added}} {{ num_failed }} Failed  
{% include 'modal.html' %} {% endblock %} {% block extra_foot_script %} {% endblock %}