{% for button in buttons %}{% if button %}{% autoescape off %}{{button.value}}{% endautoescape %} {% if not forloop.last%}{% endif %}{% endif %}{% endfor %}