{% extends "base.html" %} {% load static %} {% block title %}Select Identity{% endblock %} {% block content %} Select Identity {% for identity in identities %} {% if identity.icon_uri %} {% else %} {% endif %} {{ identity }} @{{ identity.handle }} {% empty %} You have no identities. {% endfor %} Create a new identity Logout {% endblock %}
You have no identities.