{% extends "email_base_template.html" %} {% load i18n %} {% block content %}
{% translate "Dear " %}{{profile.first_name}} {{profile.last_name}}
{% translate "Attached you will find the requested Excel activity report for" %} {{employee.search_name}}
{% endblock %}