{# 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 started...')) %} {% if not content %} {% set content %}

{% trans %} Your download will start automatically in a few seconds. {% endtrans %}

{% endset %} {% endif %}
{{ heading }}
{{ content }}