{% load i18n %} {% load static %} {% load utilities %}
{{ request.user.alt_text }}

{{ request.user.display_name }}

{{request.user.username}}

{% id_to_username request.user.moved_to as username %} {% blocktrans trimmed with moved_to=user.moved_to %} You have moved your account to {{ username }} {% endblocktrans %}

{% trans "You can undo the move to restore full functionality, but some followers may have already unfollowed this account." %}

{% csrf_token %}
{% csrf_token %}