diff --git a/pinaxcon/templates/registrasion/invoice.html b/pinaxcon/templates/registrasion/invoice.html index 3cfb62c06838eee6679345241dd3aec8fd61ca9c..dcd0a017ee7ba3f6d5cabe4890be0763ddd2d347 100644 --- a/pinaxcon/templates/registrasion/invoice.html +++ b/pinaxcon/templates/registrasion/invoice.html @@ -3,11 +3,12 @@ {% load lca2018_tags %} {% load staticfiles %} -{% block header_title %}{% conference_name %}{% endblock %} +{% block head_title %}Tax Invoice/Statement #{{ invoice.id }}{% endblock %} +{% block page_title %}{% conference_name %}{% endblock %} {% block proposals_body %} {% include "registrasion/_invoice_details.html" %} -
+
{% if invoice.is_unpaid %}

NOTICE: The above invoice is automatically generated, and @@ -26,7 +27,7 @@ Pay this invoice by card {% if user.is_staff %} - Apply manual payment + Apply manual payment {% endif %} {% elif invoice.is_paid %} @@ -37,6 +38,4 @@ {% endif %}

- - {% endblock %}