{% load i18n %}{% url profile_detail username=invitation.from_user.username as from_user_url %}{% url profile_detail username=to_user.username as to_user_url %}
{% blocktrans with invitation.from_user as invitation_from_user %}{{ invitation_from_user }} and {{ to_user }} are now friends.{% endblocktrans %}