{% load i18n %} {% trans "Blog Export Success!" %}

{% blocktrans with request.user.get_full_name as author %}Your export file is now ready for download.{% endblocktrans %}

To download go to: {{ SITE_GLOBAL_SITEURL }}/wp_exporter/download/{{ export.id }}

Time submitted: {% now "D d M Y P" %}