{{ title }}

{{ subtitle }}

{%- for index in ['1', '2', '3', '4'] -%} {%- set image = values['image_' + index ] -%} {%- set class = "narrow" if index in ['1', '4'] else "wide" -%} {%- if image -%}
{{ frappe.render_template('templates/includes/image_with_blur.html', { "src": image }) }}
{%- endif -%} {%- endfor -%}