{# wrapper_class - class added to the div wrapping whole toast heading - title of the toast content - body of the toast #} {% set wrapper_class = wrapper_class|default('fpx-toast') %} {% set heading = heading|default(_('Download in queue. Do not close this page.')) %} {% if not content %} {% set content %}
{% trans %} Downloads on our site are currently at full capacity. You are number 0 in the queue. Do not close this page, or you’ll lose your place in the queue. Your download will start automatically as soon as you reach the front of the queue. {% endtrans %}
{% endset %} {% endif %}