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