{% if this.video_url and this.video_url.url != '' %}
Watch video
{% endif %} {% if this.services %}
{% for service in this.services.blocks %}
{% if service.icon %} {% set service_img_file = record.attachments.get(service.icon) %}
{% if service_img_file.thumbnail %} {{ service.title | striptags | striptags }} photo {% elif service.icon.split('.')[-1].lower() in ['svg', 'svgz'] %} {{ service.title | striptags | striptags }} photo {% endif %}
{% endif %}

{{ service.title }}

{{ service.description }}
{% endfor %}
{% endif %}