From a4565e88edbc8e3bd092a475469769c86a4c350c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 2 Aug 2013 22:40:51 +0200 Subject: add Twig & refactor poche --- tpl/install.twig | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tpl/install.twig (limited to 'tpl/install.twig') diff --git a/tpl/install.twig b/tpl/install.twig new file mode 100644 index 00000000..4342df2e --- /dev/null +++ b/tpl/install.twig @@ -0,0 +1,28 @@ +{% extends "layout.twig" %} +{% block title %}Installation{% endblock %} +{% block content %} +
+
+

{% trans "install your poche" %}

+

+ {% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on poche website." %} +

+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ +
+{% endblock %} \ No newline at end of file -- cgit v1.2.3 From 2b840e0cfb63a453bea67a98541f3df9c273c5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 3 Aug 2013 08:57:35 +0200 Subject: twig implementation --- tpl/install.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/install.twig') diff --git a/tpl/install.twig b/tpl/install.twig index 4342df2e..8bcede0d 100644 --- a/tpl/install.twig +++ b/tpl/install.twig @@ -1,5 +1,5 @@ {% extends "layout.twig" %} -{% block title %}Installation{% endblock %} +{% block title %}{% trans "installation" %}{% endblock %} {% block content %}
-- cgit v1.2.3