{% macro sms_message( body, recipient=None, name=None, id=None, edit_link=None ) %} {% if name %}

{% if edit_link %} {{ name }} {% else %} {{ name }} {% endif %}

{% endif %}
{{ body|placeholders }}
{% if recipient %}

{{ recipient }}

{% endif %} {% if id %}

Template ID: {{ id }}

{% endif %} {% endmacro %}