diff --git a/aleksis/apps/paweljong/templates/paweljong/invoice_pdf.html b/aleksis/apps/paweljong/templates/paweljong/invoice_pdf.html
index b58e90e674eda347a6186f567dbbd10bc8dc5d96..0e68efa39bd9355c2671cf6c5ae48c5febf9ddf5 100644
--- a/aleksis/apps/paweljong/templates/paweljong/invoice_pdf.html
+++ b/aleksis/apps/paweljong/templates/paweljong/invoice_pdf.html
@@ -206,7 +206,7 @@
         <p>
             {% blocktrans %}
             Please make the payment with a member of the board or by bank transfer to the following
-            account within 7 days:
+            account:
             {% endblocktrans %}
         </p>
         <table>
@@ -231,6 +231,14 @@
             {{ invoice.get_variant_name }}
         </p>
         {% endif %}
+	{% if invoice.due_date %}
+	<p>
+	    {% blocktrans %}
+	    The payment is due on
+	    {% endblocktrans %}
+	    {{ invoice.due_date }}
+	</p>
+	{% endif %}
     </article>
     <footer>
         <div class="text"><p>Vereinsregister Amtsgericht Bonn · VR 9846</p>