Your RCS Cards

{% for card in rich_cards %}

{{ card.title }}

{% if card.media %} Card Media {% endif %}

{{ card.text }}

{% if card.buttons %}
{% for button in card.buttons %} {% if button.type == "weburl" %} {{ button.title }} {% else %} {{ button.title }} {% endif %} {% endfor %}
{% endif %} {% if card.quickReplies %}
{% for reply in card.quickReplies %} {% if reply.type == "postback" %} {% elif reply.type == "call" %} {% else %} {% endif %} {% endfor %}
{% endif %}
{% endfor %}