{% extends "base.html" %} {% load widget_tweaks %} {% block content %}

Signed-in accounts

{% if not accounts %}

No accounts.

{% endif %} {% for account in accounts %} {% include "accounts/account_partial.html" %} {% endfor %}

Or log in to another account to add it to the list.

Or log out of all accounts.

{% endblock %}