{# 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 or 'fpx-toast' %} {% set heading = heading or _('Download started...') %} {% if not content %} {% set content %}
{% trans %} Your download will start automatically in a few seconds. {% endtrans %}
{% endset %} {% endif %}