X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/waiter/templates/waiter/wait.html diff --git a/apps/waiter/templates/waiter/wait.html b/apps/waiter/templates/waiter/wait.html deleted file mode 100644 index 6ef1b7751..000000000 --- a/apps/waiter/templates/waiter/wait.html +++ /dev/null @@ -1,93 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load static from staticfiles %} - -{% block titleextra %} -{% if file_url %} - {% trans "The file is ready for download!" %} -{% else %} - {% if waiting %} - {% trans "Your file is being prepared, please wait." %} - {% else %} - {% trans "Something went wrong." %} - {% endif %} -{% endif %} -{% endblock %} - - -{% block extrahead %} -{% if file_url %} - -{% else %} - {% if waiting %} - - {% endif %} -{% endif %} -{% endblock %} - - -{% block body %} -{% if file_url %} -

{% trans "The file is ready for download!" %}

- -
-

{% blocktrans %}Your file is ready! - If the download doesn't start in a few seconds, - feel free to use this direct link.{% endblocktrans %}

-
-{% else %} - {% if waiting %} -

{% trans 'Please wait' %} - {% trans "Your file is being prepared, please wait." %}

- -
-

{% blocktrans with d=waiting.description %}The file you requested was: {{d}}.{% endblocktrans %}

- -

{% blocktrans %}Be aware: Generating the file can take a while. - Please be patient, or bookmark this page and come back later.

{% endblocktrans %} -
- {% else %} -

{% trans "Something went wrong." %}

- -
- {% url 'suggest' as s %} -

{% blocktrans %}Something seems to have gone wrong while generating your file. - Please order it again or complain to us about it.{% endblocktrans %}

-
- {% endif %} -{% endif %} - -{% endblock %} - -{% block extrabody %} -{% if waiting %} - -{% endif %} -{% endblock %}