{% from "components/banner.html" import banner_wrapper %}

Get started

{% if current_user.has_permissions(['manage_templates']) %}

You need to set up a template before you can send messages

  1. {% call banner_wrapper(type="tip") %} Set up a text message template {% endcall %}
  2. {% call banner_wrapper(type="tip") %} Set up an email template {% endcall %}
{% else %}

You need to ask your service manager to set up some templates before you can send messages

{% endif %}