diff --git a/client_document_template_add_modal.php b/client_document_template_add_modal.php
new file mode 100644
index 00000000..db371f2f
--- /dev/null
+++ b/client_document_template_add_modal.php
@@ -0,0 +1,32 @@
+
\ No newline at end of file
diff --git a/client_document_template_details.php b/client_document_template_details.php
new file mode 100644
index 00000000..acc52416
--- /dev/null
+++ b/client_document_template_details.php
@@ -0,0 +1,63 @@
+
+
+
+
+
+ -
+ Home
+
+ -
+ Clients
+
+ -
+
+
+ -
+ Documents
+
+ -
+ Templates
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client_document_template_edit_modal.php b/client_document_template_edit_modal.php
new file mode 100644
index 00000000..9905c839
--- /dev/null
+++ b/client_document_template_edit_modal.php
@@ -0,0 +1,30 @@
+
\ No newline at end of file
diff --git a/client_document_templates.php b/client_document_templates.php
new file mode 100644
index 00000000..3168fa39
--- /dev/null
+++ b/client_document_templates.php
@@ -0,0 +1,130 @@
+
+
+ $sb, 'o' => $o)));
+
+$sql = mysqli_query($mysqli,"SELECT SQL_CALC_FOUND_ROWS * FROM documents
+ WHERE document_template = 1
+ AND documents.company_id = $session_company_id
+ $query_snippet
+ ORDER BY $sb $o LIMIT $record_from, $record_to"
+);
+
+$num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
+
+?>
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client_documents.php b/client_documents.php
index 398021b1..83aa5048 100644
--- a/client_documents.php
+++ b/client_documents.php
@@ -47,7 +47,14 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));