{% from "components/pill.html" import pill %} {% from "components/message-count-label.html" import message_count_label %} {% from "components/textbox.html" import textbox %} {% from "components/live-search.html" import live_search %} {% 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('manage_templates') %}

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 %} {{ live_search(target_selector='#template-list .column-whole', show=show_search_box, form=search_form) }} {% endif %} {% endblock %}