- {/loop}*}
+ {/loop}
{module_include location='system_configuration_bottom'}
diff --git a/templates/admin/default/includes/admin-utilities-position-block.html b/templates/admin/default/includes/admin-utilities-position-block.html
new file mode 100644
index 000000000..c1277f212
--- /dev/null
+++ b/templates/admin/default/includes/admin-utilities-position-block.html
@@ -0,0 +1,7 @@
+{*
+This snippet is used by the AdminUtilities Smarty plugin to generate
+the position maagement block in tables
+*}
+
+{$admin_utilities_current_position}
+
\ No newline at end of file
diff --git a/templates/admin/default/includes/admin-utilities-sortable-column-header.html b/templates/admin/default/includes/admin-utilities-sortable-column-header.html
new file mode 100644
index 000000000..0dce13492
--- /dev/null
+++ b/templates/admin/default/includes/admin-utilities-sortable-column-header.html
@@ -0,0 +1,10 @@
+{*
+This snippet is used by the AdminUtilities Smarty plugin to generate
+the header on a sortable column
+*}
+{if $admin_utilities_sort_direction == 'up'}
+
+{else if $admin_utilities_sort_direction == 'down'}
+
+{/if}
+{$admin_utilities_header_text}
\ No newline at end of file
diff --git a/templates/admin/default/modules.html b/templates/admin/default/modules.html
index ca94be812..d82bce399 100644
--- a/templates/admin/default/modules.html
+++ b/templates/admin/default/modules.html
@@ -9,7 +9,7 @@