{% extends "base.html" %} {% block title %}{{ id }} {{ tab }} - Bridgy Fed{% endblock %} {% block content %} {% if user.LABEL == 'web' and not user.has_redirects %}

Bridgy Fed is providing {{ user.handle_or_id() }} a presence in the fediverse. This account was generated automatically when someone first followed it. Learn more here.

Do you own {{ user.handle_or_id() }}? You can opt out or upgrade your fediverse handle from @web.brid.gy to @{{ user.handle_or_id() }}.

Got your redirects set up? {% if user.redirects_error %}
See results {{ user.redirects_error|safe }}
{% endif %}
{% endif %} {# promos for web users #}
{% if user.name() != user.handle_or_id() %} {{ user.user_link()|safe }} · {% else %} {% if user.profile_picture() %} {% endif %} {% endif %} {{ user.handle_or_id() }} {% if user.LABEL == 'web' %}
{% endif %}
{% set copies = user.copies|map(attribute='protocol')|list %} {% for proto in set(PROTOCOLS.values()) %} {% if proto and not isinstance(user, proto) and proto.LABEL not in ('ui', 'web') and user.is_enabled_to(proto, user=user) %} {% set url = proto.bridged_web_url_for(user) %} · {% if url %} {% endif %} {{ user.handle_as(proto) }} {% if url %} {% endif %} {% endif %} {% endfor %}
👤 Profile{% if user.LABEL == 'web' %}🏠 Feed{% endif %}🔔 Notifications
{% block subtabs %} {% endblock subtabs %} {% block feed %} {% include "activities.html" %} {% endblock feed %} {% endblock content %}