diff --git a/app/themes/default/contact.html.twig b/app/themes/default/contact.html.twig new file mode 100644 index 0000000..8ff6b69 --- /dev/null +++ b/app/themes/default/contact.html.twig @@ -0,0 +1,47 @@ +{% if renderPdf == false %} +
+
+ + +
+ +
+
+ {{ form_start(contact_form) }} + +
+ Contact {% if basics.email is not empty %} + {{ basics.email }}{% endif %} +
+ {{ form_label(contact_form.name) }} +
+ {{ form_widget(contact_form.name) }} +
+
+
+ {{ form_label(contact_form.email) }} +
+ {{ form_widget(contact_form.email) }} +
+
+
+ {{ form_label(contact_form.message|raw) }} +
+ {{ form_widget(contact_form.message) }} +
+
+
+ {{ form_label(contact_form.submit) }} +
+ {{ form_widget(contact_form.submit) }} +
+
+ {{ form_rest(contact_form) }} +
+ {{ form_end(contact_form) }} +
+
+
+
+
+{% endif %} \ No newline at end of file diff --git a/app/themes/default/phone.html.twig b/app/themes/default/phone.html.twig new file mode 100644 index 0000000..e4a8d6f --- /dev/null +++ b/app/themes/default/phone.html.twig @@ -0,0 +1,28 @@ +{% if renderPdf == false %} + +
+
+ + +
+ +
+

Verify

+
+

Verify that you are a human please.

+
+
+
+
+
+ +
+
+ +
+
+
+
+
+{% endif %} \ No newline at end of file