diff --git a/public/templates/test/account/invitations/default.tpl b/public/templates/test/account/invitations/default.tpl
index b8d6743a..6aa48857 100644
--- a/public/templates/test/account/invitations/default.tpl
+++ b/public/templates/test/account/invitations/default.tpl
@@ -1,43 +1,45 @@
-{include file="global/block_header.tpl" ALIGN="left" BLOCK_HEADER="Invitations"}
-{include file="global/block_footer.tpl"}
-{include file="global/block_header.tpl" ALIGN="right" BLOCK_HEADER="Past Invitations"}
-
-
-
- | E-Mail |
- Sent |
- Activated |
-
-
-
+
+
+
+
+
+ | E-Mail |
+ Sent |
+ Activated |
+
+
+
{section name=invite loop=$INVITATIONS}
-
- | {$INVITATIONS[invite].email} |
- {$INVITATIONS[invite].time|date_format:"%d/%m/%Y %H:%M:%S"} |
-  |
-
+
+ | {$INVITATIONS[invite].email} |
+ {$INVITATIONS[invite].time|date_format:"%d/%m/%Y %H:%M:%S"} |
+  |
+
{/section}
-
-
-{include file="global/block_footer.tpl"}
+
+
+