{% load i18n %} {% load utilities %}

{% id_to_username user.moved_to as moved_to_name %} {% blocktrans trimmed with user=user|username moved_to_link=user.moved_to %} {{ user }} has moved to {{ moved_to_name }} {% endblocktrans %}