{% for item in items %}
{{ item.title }}
{{ item.description }}
{% endfor %}
{% if main_text %}
{{ main_text }}
{% endif %} {% if policy_label %}
{{ policy_label }}
{% endif %}