diff --git a/tailbone/templates/batch/edit.mako b/tailbone/templates/batch/edit.mako
index 2431b578..868c8fff 100644
--- a/tailbone/templates/batch/edit.mako
+++ b/tailbone/templates/batch/edit.mako
@@ -46,10 +46,14 @@
% endif
%def>
-
+
+
+
+ ${form.render()|n}
+
+
+
-
- ${form.render()|n}
diff --git a/tailbone/templates/master/create.mako b/tailbone/templates/master/create.mako
index a6ea2a3e..ed23cbab 100644
--- a/tailbone/templates/master/create.mako
+++ b/tailbone/templates/master/create.mako
@@ -5,10 +5,14 @@
<%def name="context_menu_items()">%def>
-
+
-
- ${form.render()|n}
-
+
+ ${form.render()|n}
+
+
+
+
+
diff --git a/tailbone/templates/master/delete.mako b/tailbone/templates/master/delete.mako
index 6bd48fc4..4cf01067 100644
--- a/tailbone/templates/master/delete.mako
+++ b/tailbone/templates/master/delete.mako
@@ -30,15 +30,21 @@
${h.end_form()}
%def>
-
+
-
-
You are about to delete the following ${model_title} and all associated data:
+
+
+
You are about to delete the following ${model_title} and all associated data:
-
- ${form.render()|n}
-
+
+ ${form.render()|n}
+
-${self.confirmation()}
+ ${self.confirmation()}
+
+
+
+
+
diff --git a/tailbone/templates/products/batch.mako b/tailbone/templates/products/batch.mako
index a66d0486..d9dd957a 100644
--- a/tailbone/templates/products/batch.mako
+++ b/tailbone/templates/products/batch.mako
@@ -44,31 +44,35 @@
%def>
-
+