{% extends "base.html" %} {% load static i18n %} {% block content %}

{{volume.label}}

{% endblock content %} {% block viewer %}

Static Site Export

{% if mode == "github" %}
GitHub export started.

Your digital edition is being exported to GitHub. You will receive an email at {{ email }} when the export is complete.

Your repo will be available at {{ repo_link }}. The site will be available at {{ site_link}}.

{% else %}
Download export started.

Your digital edition is being exported. You will receive an email at {{ email }} when the export is complete with a link to download the file.

{% endif %}
{% endblock viewer %}