{% from "components/banner.html" import banner_wrapper %} {% macro skip_to_file_contents() %}

Skip to file contents

{% endmacro %}
{% call banner_wrapper(type='dangerous') %}

You can’t send to {{ 'this' if count_of_recipients == 1 else 'these' }} {{ template_type_label }} {%- if count_of_recipients != 1 -%} {{ 'es' if 'email address' == template_type_label else 's' }} {%- endif %}

In trial mode you can only send to yourself and members of your team

{{ skip_to_file_contents() }} {% endcall %}