{% load url from future %} {% if instance.item and recipient.md5 %} {{ instance.get_title }} {% else %} {% comment %} If we preview the notification or send it to a unregistred recipient, we can't or don't want to track links {% endcomment %} {% include 'notification/emails/untracked_link.html' %} {% endif %}