{% if page.choice4text == "" %} {% set colwidth = 4 %} {% else %} {% set colwidth = 3 %} {% endif %} {% for page in pages|sort(attribute='sort-order') %} {% if loop.first %}

{{ page.choice1text }}

{{ page.choice2text }}

{{ page.choice3text }}

{% if not page.choice4text == "" %}

{{ page.choice4text }}

{% endif %}
{% endif %} {% endfor %}