diff --git a/index (copie).html b/index (copie).html
deleted file mode 100644
index 8f29b0b..0000000
--- a/index (copie).html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
- ReportGenerator-Alice & Bob
-
-
-
-
-
-
-
- {{currentTab}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - {{ attendant }} close
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/index.html b/index.html
index 849b350..c162ffb 100644
--- a/index.html
+++ b/index.html
@@ -25,9 +25,10 @@
@@ -50,16 +51,6 @@
-
-
-
-
-
-
@@ -100,7 +91,23 @@
+
+
@@ -122,7 +129,7 @@
-\documentclass{article}
+\documentclass[9pt]{article}
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
@@ -172,11 +179,13 @@
\section*{Incidents}
-{{ incidents ? incidents : "Aucun incident à déplorer." }}
+{{ incidents ? incidents : "Aucun incident à déplorer." }}\\
\section*{Clôture de la réunion}
-{{ dateNext ? "Prochaine réunion le " + dateNext : "Pas de date pour une prochaine réunion" }}. La réunion est close à \heureF{}.
+La réunion est close à \heureF{}.\\
+{{notes}}\\
+{{ dateNext ? "Prochaine réunion le " + dateNext : "Pas de date pour une prochaine réunion" }}.\\
\vfill
\begin{center}
diff --git a/js/app.js b/js/app.js
index 35730b5..68f7331 100644
--- a/js/app.js
+++ b/js/app.js
@@ -5,15 +5,16 @@ var app = new Vue({
currentOrder: "",
currentAttendant: "",
level: 0,
- typeR: "Réunion du Conseil",
- dateR: "7 Septembre 2017",
- heureR: "18:30",
- heureF: "20:00",
- dateNext: "8 Octobre 2017",
- orders: [{title: "Futur", resume:"jgizbegb."}],
- attendants: ["carat, président", "thibaud, secretaire"],
+ typeR: "",
+ dateR: "",
+ heureR: "",
+ heureF: "",
+ dateNext: "",
+ orders: [],
+ attendants: [],
fileName: "",
incidents: "Aucun incident à déplorer.",
+ notes:"",
},
computed: {
listOrders: function() {