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