diff --git a/pinaxcon/templates/registrasion/invoice_mailout.html b/pinaxcon/templates/registrasion/invoice_mailout.html
new file mode 100644
index 0000000..ac76c2e
--- /dev/null
+++ b/pinaxcon/templates/registrasion/invoice_mailout.html
@@ -0,0 +1,31 @@
+{% extends "site_base.html" %}
+{% load bootstrap %}
+{% load registrasion_tags %}
+
+{% block body %}
+
+
Send reminder e-mails
+
+
+
+{% if emails %}
+ Previews
+
+ {% for email in emails %}
+
+ - From
- {{ email.from_email }}
+ - To
- {{ email.recipient_list|join:", " }}
+ - Subject
- {{ email.subject }}
+ - Body
{{ email.body }}
+
+
+ {% endfor %}
+
+{% endif %}
+
+{% endblock %}
diff --git a/pinaxcon/templates/registrasion/nag_unpaid.html b/pinaxcon/templates/registrasion/nag_unpaid.html
deleted file mode 100644
index 7ef3eed..0000000
--- a/pinaxcon/templates/registrasion/nag_unpaid.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "site_base.html" %}
-{% load bootstrap %}
-{% load registrasion_tags %}
-
-{% block body %}
-
-Send reminder e-mails
-
-
-
-{% endblock %}