{% extends "settings/base.html" %} {% block subtitle %}Identities{% endblock %} {% block content %}
{% if local_only %} Local Only {% else %} Local Only {% endif %}
{% for identity in page_obj %}
{% include "identity/_identity_banner.html" with identity=identity link_avatar=False link_handle=False %}
{% if identity.banned %} Banned {% endif %}
{% empty %}

{% if query %} No identities match your query. {% else %} There are no identities yet. {% endif %}

{% endfor %}
{% if page_obj.has_previous %} Previous Page {% endif %} {% if page_obj.has_next %} Next Page {% endif %}
{% endblock %}