{% macro sms_message( body, recipient=None, id=None, from=None, version=1, updated_at=None, versions_url=None, show_placeholder_for_recipient=False, show_id=False ) %} {% if recipient is not none %}

To: {% if show_placeholder_for_recipient %} phone number {% else %} {{ recipient }} {% endif %}

{% endif %}
{% if from %} {{ from }} {% endif %} {{ body|nl2br }}
{% if show_id %}

Template ID: {{ id }}

{% endif %} {% endmacro %}