{% extends "oscar/communication/emails/base.html" %} {% load i18n %} {% block body %}
{% blocktrans with name=report.owner.get_short_name %}Dear {{ name }},{% endblocktrans %}
{% blocktrans %} We are happy to inform you that the following Oscar report has been completed. {% endblocktrans %}
{{ report.uuid }}
{{ report.description }}
{{ report.owner.get_full_name }}
{{ report.date_range.lower }} – {{ report.date_range.upper }}
{{ report.queued_on }}
{{ report.completed_on }}
{% blocktrans with site_name=site.name %} To download this report, please click the link below. {% endblocktrans %}
{% endblock %}