File diff f00214d81df5 → 9af0cce80226
pinaxcon/templates/registrasion/invoice/details.html
Show inline comments
...
 
@@ -38,10 +38,10 @@
 
{% endblock %}
 

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