{% extends 'email_base.html' %} {% load i18n seahub_tags %} {% block email_con %} {% autoescape off %} {% if owner %}

{% trans "Hi," %} {{owner|email2nickname}}

{% blocktrans %}Virus detected in file {{ file_name }} during regular scanning.{% endblocktrans %}

{% else %}

{% trans "Hi," %}

{% blocktrans %}Virus is detected on regular scanning. Please check the report at:{% endblocktrans%}

{{ url_base }}{% url 'sys_virus_scan_records' %} {% endif %} {% endautoescape %} {% endblock %}