{% for c in data["data"]%}

{{c}}

{% endfor %} {% if data["rules"]|length > 0 %}

Rules

{% for c in data["rules"]%}

{{c}}

{% endfor %} {% endif %}