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

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

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

{{ recipient }}

{% endif %} {% if id %}

Template ID: {{ id }}

{% endif %} {% endmacro %}