{% for name, data in variables %} {% if loop.index is not divisible by(2) %}
{% endif %}

{{ data.description|raw }} {% if data.required == true %}(required field){% endif %}

{% if loop.index is divisible by(2) %}
{% endif %} {% endfor %}