+{% block vertical_menu_content %}
{{ chill_menu('admin', {
'layout': 'ChillMainBundle::Menu/admin.html.twig',
}) }}
+{% endblock %}
-
- {# Flash messages ! #}
-
- {% for flashMessage in app.session.flashbag.get('success') %}
-
-
- {{ flashMessage|raw }}
-
-
- {% endfor %}
-
- {% for flashMessage in app.session.flashbag.get('danger') %}
-
-
- {{ flashMessage|raw }}
-
-
- {% endfor %}
-
- {% for flashMessage in app.session.flashbag.get('info') %}
-
-
- {{ flashMessage|raw }}
-
-
- {% endfor %}
-
-
- {% block admin_content %}
- Welcome to the Admin !
- {% endblock %}
-
-
-{% endblock %}
\ No newline at end of file
+{% block layout_wvm_content %}
+ {% block admin_content %}
+ Welcome to the admin section !
+ {% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/Resources/views/Export/layout.html.twig b/Resources/views/Export/layout.html.twig
new file mode 100644
index 000000000..d8b1d41fb
--- /dev/null
+++ b/Resources/views/Export/layout.html.twig
@@ -0,0 +1,31 @@
+{#
+ * Copyright (C) 2014-2015, Champs Libres Cooperative SCRLFS,
+