{% include 'bc.twig' with { history: [ {text: "SMS-сообщения" } ] } %}
Последние входящие
{% for m in messages %}
{{ m.phone }} ({{ m.date }})
{{ m.content }}
{% else %} Сообщений нет. {% endfor %}