diff --git a/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/inline.html b/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/inline.html new file mode 100644 index 0000000..eca3378 --- /dev/null +++ b/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/inline.html @@ -0,0 +1,58 @@ +{% load wagtailimages_tags %} +
+
+
+

{{ self.section_title }}

+ {% if self.section_subtitle %} +
{{ self.section_subtitle }}
+ {% endif %} +
+ +
+ {% csrf_token %} +
+ {% for field in self.form_fields %} +
+ + {% if field.field_type == 'message' %} + + {% elif field.field_type == 'company_size' %} + + {% else %} + + {% endif %} +
+ {% endfor %} +
+ + + + {% if self.privacy_text %} +
{{ self.privacy_text }}
+ {% endif %} +
+
+
diff --git a/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/modal-trigger.html b/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/modal-trigger.html new file mode 100644 index 0000000..c4560a0 --- /dev/null +++ b/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/modal-trigger.html @@ -0,0 +1,94 @@ +{% load wagtailimages_tags %} +
+
+
+

{{ self.section_title }}

+ {% if self.section_subtitle %} +
{{ self.section_subtitle }}
+ {% endif %} + + +
+
+ + + +
+ diff --git a/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/split.html b/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/split.html new file mode 100644 index 0000000..2323a3f --- /dev/null +++ b/mandelstudio/templates/highbiza_saas/blocks/demo_request/variants/split.html @@ -0,0 +1,156 @@ +{% load wagtailimages_tags %} +
+ +
+
+

{{ self.section_title }}

+ {% if self.section_subtitle %} +
{{ self.section_subtitle }}
+ {% endif %} + + {% if self.benefits_title or self.benefits %} +
+ {% if self.benefits_title %} +

{{ self.benefits_title }}

+ {% endif %} + {% if self.benefits %} +
    + {% for benefit in self.benefits %} +
  • + + + + {{ benefit }} +
  • + {% endfor %} +
+ {% endif %} +
+ {% endif %} + + {% if self.side_image %} +
+ {% image self.side_image width-640 class="saas-demo__image" %} +
+ {% endif %} +
+ +
+
+ {% csrf_token %} +
+ {% for field in self.form_fields %} +
+ + {% if field.field_type == 'message' %} + + {% elif field.field_type == 'company_size' %} + + {% else %} + + {% endif %} +
+ {% endfor %} +
+ + + + {% if self.privacy_text %} +
{{ self.privacy_text }}
+ {% endif %} +
+
+
+
diff --git a/mandelstudio/templates/ocyan_plugin_wagtail/blocks/pagelist_block.html b/mandelstudio/templates/ocyan_plugin_wagtail/blocks/pagelist_block.html new file mode 100644 index 0000000..386e151 --- /dev/null +++ b/mandelstudio/templates/ocyan_plugin_wagtail/blocks/pagelist_block.html @@ -0,0 +1,11 @@ +{% load wagtailcore_tags %} +{% if self.heading %}{% endif %} +{% if children %} + +{% endif %} diff --git a/mandelstudio/templates/oxyan/partials/footer.html b/mandelstudio/templates/oxyan/partials/footer.html new file mode 100644 index 0000000..5a5712a --- /dev/null +++ b/mandelstudio/templates/oxyan/partials/footer.html @@ -0,0 +1,141 @@ +{% load staticfiles %} +{% load wagtailcore_tags wagtailimages_tags wagtailsettings_tags cache %} +{% get_settings %} + +{% cache 300 footer_menu LANGUAGE_CODE request.site %} + + + +{% endcache %}