{[ accordion ]} {% for item in Items %} [[ item title:'{{ item.Title }}' ]]

{{ item | Attribute: 'Title1' }}


{{ item | Attribute: 'Description1' }}

{% assign btn1txt1 = item | Attribute: 'Button1Text1' %} {% assign btn1link1 = item | Attribute: 'Button1PDF1','Url' %} {% if btn1txt1 != '' %}
{{ btn1txt1 }}
{% endif %} {% assign btn1txt2 = item | Attribute: 'Button1Text2' %} {% assign btn1link2 = item | Attribute: 'Button1PDF2','Url' %} {% if btn1txt2 != '' %}
{{ btn1txt2 }}
{% endif %}

{% assign varButtons2 = item | Attribute: 'Buttons2' %}

{{ item | Attribute: 'Title2' }}


{{ item | Attribute: 'Description2' }}

{% assign btn2txt1 = item | Attribute: 'Button2Text1' %} {% assign btn2link1 = item | Attribute: 'Button2PDF1','Url' %} {% if btn2txt1 != '' %}
{{ btn2txt1 }}
{% endif %} {% assign btn2txt2 = item | Attribute: 'Button2Text2' %} {% assign btn2link2 = item | Attribute: 'Button2PDF2','Url' %} {% if btn2txt2 != '' %}
{{ btn2txt2 }}
{% endif %}

{{ item | Attribute: 'Title3' }}


{{ item | Attribute: 'Description3' }}

{% assign btn3txt1 = item | Attribute: 'Button3Text1' %} {% assign btn3link1 = item | Attribute: 'Button3PDF1','Url' %} {% if btn3txt1 != '' %}
{{ btn3txt1 }}
{% endif %} {% assign btn3txt2 = item | Attribute: 'Button3Text2' %} {% assign btn3link2 = item | Attribute: 'Button3PDF2','Url' %} {% if btn3txt2 != '' %}
{{ btn3txt2 }}
{% endif %}
[[ enditem ]] {% endfor %} {[ endaccordion ]}