{% 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
{% endblock %}