From 4a3223307cad9c1d475be5d13b2a11f89b9a2919 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Sun, 17 Jul 2016 11:12:41 -0700 Subject: [PATCH] Forget to comit template --- app/themes/default/contact.html.twig | 47 ++++++++++++++++++++++++++++ app/themes/default/phone.html.twig | 28 +++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 app/themes/default/contact.html.twig create mode 100644 app/themes/default/phone.html.twig 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