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

{% trans "Hi," %}

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

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