diff --git a/imptune/templates/partials/printer_edit_modal.html b/imptune/templates/partials/printer_edit_modal.html
new file mode 100644
index 0000000..5253e70
--- /dev/null
+++ b/imptune/templates/partials/printer_edit_modal.html
@@ -0,0 +1,101 @@
+
+
+
+
+
diff --git a/imptune/templates/partials/printer_list.html b/imptune/templates/partials/printer_list.html
index 8970497..c16a2ba 100644
--- a/imptune/templates/partials/printer_list.html
+++ b/imptune/templates/partials/printer_list.html
@@ -31,6 +31,7 @@
{{ p.paper_size }} |
{{ 'Yes' if p.collate else 'No' }} |
+ {% include "partials/printer_edit_modal.html" %}
|