+ {% for section in sections %}
+
+
+ Generated {{ section.name.replace('_', ' ').title() }} for {{
+ service_name }}:
+
+
{{ section.content | safe }}
+
+ {% endfor %} {% if not is_final_section %}
+
- {% if sections %}
-
- {% for section in sections %}
-
-
Generated {{ section.name.replace('_', ' ').title() }} for {{ service_name }}:
-
{{ section.content | safe }}
-
- {% endfor %}
- {% if not is_final_section %}
-
- {% else %}
-
Thank you for using our service!
- {% endif %}
-
+ {% else %}
+
Thank you for using our service!
{% endif %}
+