{% load i18n %}{% autoescape off %} {% blocktrans %}You're receiving this e-mail because {{ email }} is sharing a file to you on {{ site_name }}.{% endblocktrans%} {% trans "Please go to the following page and view the file:" %} {{ file_shared_link }} {% trans "Thanks for using our site!" %} {% blocktrans %}The {{ site_name }} team{% endblocktrans %} {% endautoescape %}