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