{% block toolbar %} {% set icon %} {{ 'Mail'|t }} {{ collector.mailsent }} {% endset %} {% set text %}
Mail sent {{ collector.mailsent }}
{% endset %}
{{ icon|default('') }}
{{ text|default('') }}
{% endblock %} {% block panel %} {% endblock %}