{% extends "notifications/email_template.html" %} {% load i18n %} {% block body %}

{% translate "Dear " %}{{profile.first_name}} {{profile.last_name}}

{% translate "Attached you will find the requested Excel activity report for" %} {{employee.search_name}}

{% endblock %}