{% from "components/pill.html" import pill %} {% from "components/message-count-label.html" import message_count_label %} {% from "components/textbox.html" import textbox %} {% extends "withnav_template.html" %} {% block service_page_title %} Choose a template {% endblock %} {% block maincolumn_content %}

Choose a template

{% if not templates %} {% if current_user.has_permissions(permissions=['manage_templates'], any_=True) %}

You need a template before you can send text messages.

Add a new template {% else %}

You need to ask your service manager to add templates before you can send text messages.

{% endif %} {% else %} {% include "views/templates/_search-box.html" %} {% endif %} {% endblock %}