{% extends "identity/base.html" %} {% block title %}Select Identity{% endblock %} {% block content %} {% for identity in identities %} {{ identity.html_name_or_handle }} @{{ identity.handle }} {% empty %} You have no identities. {% endfor %} Create a new identity {% if request.identity %} View current profile page ({{ request.identity.name }}) {% endif %} {% endblock %}
You have no identities.