{% load wagtailimages_tags %}
{% if self.image_col1.width > 0 %} {% image self.image_col1 width-730 class="pb-3" %} {% endif %} {% if self.title_col1 %}

{{ self.title_col1 }}

{% endif %} {% if self.text_col1 %}

{{ self.text_col1 }}

{% endif %}
{% if self.image_col2.width > 0 %} {% image self.image_col2 width-730 class="pb-3" %} {% endif %} {% if self.title_col2 %}

{{ self.title_col2 }}

{% endif %} {% if self.text_col2 %}

{{ self.text_col2 }}

{% endif %}
{% if self.image_col3.width > 0 %} {% image self.image_col3 width-730 class="pb-3" %} {% endif %} {% if self.title_col3 %}

{{ self.title_col3 }}

{% endif %} {% if self.text_col3 %}

{{ self.text_col3 }}

{% endif %}