{% macro sms_message( body, recipient=None, name=None, id=None, edit_link=None, from=None, show_placeholder_for_recipient=False ) %} {% if name %}
To: {% if show_placeholder_for_recipient %} phone number {% else %} {{ recipient }} {% endif %}
Template ID: {{ id }}