diff --git a/templates/deck/edit.html.twig b/templates/deck/edit.html.twig
index 7564516..78d530a 100644
--- a/templates/deck/edit.html.twig
+++ b/templates/deck/edit.html.twig
@@ -20,6 +20,7 @@
{{ form_start(form) }}
{{ form_row(form.name) }}
+ {{ form_row(form.format) }}
{{ form_row(form.notes) }}
{# Archetype — React island #}
diff --git a/templates/deck/new.html.twig b/templates/deck/new.html.twig
index 569f649..85244d3 100644
--- a/templates/deck/new.html.twig
+++ b/templates/deck/new.html.twig
@@ -20,6 +20,7 @@
{{ form_start(form) }}
{{ form_row(form.name) }}
+ {{ form_row(form.format) }}
{{ form_row(form.notes) }}
{# Archetype — React island #}
@@ -47,6 +48,8 @@
{{ form_widget(form.languages) }}
+ {{ form_row(form.latestSet) }}
+
{{ form_row(form.public) }}