{% load i18n %} {% if sender == recipient %}{% trans "You have "%}{% else %}{{sender.get_full_name|default:sender.username}} {% trans "has" %}{% endif %}{% blocktrans %} accepted the invitation for Initiative "{{target}}"{% endblocktrans %}. {% trans "The Initiative can be found at " %}{{ base_url }}/initiative/{{target}}-{{target.slug}}