{% extends "base.html" %} {% block title %}Select Identity{% endblock %} {% block content %} Select Identity {% for identity in identities %} {{ identity }} {% empty %} You have no identities. {% endfor %} Create a new identity {% endblock %}
You have no identities.