{% extends 'email_base.html' %} {% load i18n restapi_tags %} {% block email_con %} {% autoescape off %}
{% trans "Hi," %}
{% blocktrans with escaped_nickname=email|email2nickname|escape %}{{ escaped_nickname }} shared a {{ file_shared_type }} {{ file_shared_name}} to you on {{ site_name }}:{% endblocktrans%}
{{ file_shared_link }}
" {{ extra_msg }} "
{% endif %} {% if expire_days > 0 %}{% blocktrans %} The download link will be expired in {{ expire_days }} days. {% endblocktrans%}