{% macro sms_message(body, recipient) %} {% if recipient %}

{{ recipient }}

{% endif %}
{{ body|placeholders }}
{% endmacro %} {% macro message_history(title, log, heading_level=2) %}
{{ title }} {% for update in log %}
{{ update.time }}
{{ update.status }}
{% endfor %}
{% endmacro %}