{% for col in columns %}
{{ col.role_label[0] }} {{ col.role_label[1] }}
{% if col.overlay_image %} {% endif %}
    {% for item in col.bullet_items %}
  • {{ item.text|safe }}
  • {% endfor %}
{% if col.bottom_photo %}
{% endif %}
{% endfor %}