{% set body_id = 'settings' %} {% extends "base.html" %} {% block content %}

Accounts

{% for user in users %} {% set logo = user.logo %}
{% include 'user_with_links.html' %}
{% if user.enabled_protocols and not user.status %} {# Bridging: on #} Bridging:
{# TODO: generalize #} {% if 'atproto' in user.enabled_protocols %}

{% endif %} {% else %} {# Bridging: off #} Bridging:
{% if user.status %} Not bridging because your {{ USER_STATUS_DESCRIPTIONS[user.status] }}{% endif %} {% endif %}
{% endfor %}
{% endblock content %}