diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 886f514dfbf2c9c6c0a5739464125b7c6dfcb635..c8f348a5f352d81226cf108b8915a577d1f65ea3 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -1,4 +1,7 @@ {% extends "registrasion/invoice/details_.html" %} + +{% load nbpy_tags %} + {% comment %} Blocks that you can override: @@ -32,12 +35,21 @@ {% elif invoice.is_paid %} This is a confirmed registration summary for North Bay Python 2017. {% endif %} +{% endblock %} +{% block extra_line_items_after_total %} + {% donation_income invoice as donation %} + {% if donation %} + + Includes donation eligible for tax deduction in the USA: + ${{ donation }} + + {% endif %} {% endblock %} {% block contact_info %}

Direct inquiries to spam@northbaypython.org

-

North Bay Python is run by North Bay and Bay Area locals, as a member project of Software Freedom Conservancy, a 501(c)(3) public charity registered in New York.

+

North Bay Python is run by North Bay and Bay Area locals, as a member project of Software Freedom Conservancy, a 501(c)(3) public charity registered in New York. Software Freedom Conservancy's federal tax-exempt EIN is 41-2203632.

Mailing Address