{% extends 'layout.html' %} {% block main_content %}

Accounts

{% if accounts %} {% for account in accounts %} {% endfor %}
NameTypeInstitutionLast Update
{{ account.name }} {{ account.type }} {{ account.source.name }} {{ account.last_updated }} {% include 'update_button.html' %}
{% else %}

You don't have any accounts yet. Let's create some

{% endif %}

Add new account

{% for source in sources %} {% endfor %}
{% endblock %}