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