{% if page_obj.has_previous and not request.htmx %}
Previous Page
{% endif %}
{% if page_obj.has_next %}
Next Page
{% endif %}
{% extends "identity/view.html" %} {% block title %}{% if inbound %}Followers{% else %}Following{% endif %} - {{ identity }}{% endblock %} {% block subcontent %}