{% extends 'base/base.html' %} {% load static %} {% load widget_tweaks %} {% block othermeta %} {% endblock %} {% block title %}Sayches / Invoice {% if ads.slug %}({{ads.slug}}) {% endif %}{% endblock %} {% block content %}

Invoice

{{ ads.display_payment_status }} {% if ads.payment_status == "2" %}

This is an overdue invoice. If you have paid within the last 48 hours, please ignore this notice. {% if ads.to_bitcoin_address %}Send your payment to: {{ ads.to_bitcoin_address }}{% endif %}

{% endif %}
{{ads.user}}
Invoice #{{ads.slug}}
{{ads.created_at|date:"M d, Y"}}

{{ads.payment_method}}
{% if ads.payment_date %} {{ads.payment_date}} {% endif %}


{% if ads.discount %} {% endif %}
{% if ads.ad_plan %}{{ads.ad_plan}}{% else %}Ad{% endif %}: {{ads.ad_headline}}
{% if ads.ad_start_date and ads.ad_end_date %}{{ads.ad_start_date}} - {{ads.ad_end_date}}{% endif %}
£{% if ads.ad_price %}{{ads.ad_price|floatformat:2}}{% else %}00.00{% endif %}
Discount -{{ads.discount}}%
Total £{% if ads.amount_due %}{{ads.amount_due|floatformat:2}}{% else %}00.00{% endif %}
{% endblock %}