Changeset - f1b6e31c312a
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-01-01 15:00:49
brettcsmith@brettcsmith.org
templates: Ask for support after invoice payment.
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/invoice/details.html
Show inline comments
...
 
@@ -25,24 +25,30 @@
 
  CopyleftConf 2020, February 3, Brussels, Belgium
 
{% endblock %}
 

	
 
{% block invoice_intro %}
 
  {% if invoice.is_unpaid %}
 
    This is a registration summary for CopyleftConf 2020. It is not confirmed until paid in full.
 
  {% elif invoice.is_void %}
 
    This is a void registration summary for CopyleftConf 2020. It is provided for informational purposes only.
 
  {% elif invoice.is_refunded %}
 
    This is a refunded registration summary for CopyleftConf 2020. It is provided for informational purposes only.
 
  {% elif invoice.is_paid %}
 
    This is a confirmed registration summary for CopyleftConf 2020.
 
    </div>
 

	
 
    <p class="text-success">Conservancy works year-round to grow the software
 
      freedom movement and support alternatives to proprietary software.  Please
 
      consider <b><a href="https://sfconservancy.org/supporter/">becoming a
 
      Supporter</a></b> of our work!</p>
 
  {% endif %}
 
{% endblock %}
 

	
 
{% block extra_line_items_after_total %}
 
  {% vat_amount invoice as vat %}
 
  {% if vat %}
 
    <tr>
 
      <td colspan="3">Includes {% vat_rate %} VAT:</td>
 
      <td class="text-right">${{ vat }}</td>
 
    </tr>
 
  {% endif %}
 
  {% donation_income invoice as donation %}
0 comments (0 inline, 0 general)