{% extends 'base/base.html' %} {% load static %} {% load widget_tweaks %} {% block othermeta %} {% endblock %} {% block title %}Sayches / Advertising{% endblock %} {% block content %}
{% csrf_token %}

Payment Method


BTC amount: {{ btc_amount|floatformat:6 }}

BTC address: {% if bitcoin_address %}{{bitcoin_address}}{% else %}N/A. Contact Sayches Support. {% endif %}


Reference number: {{ads_slug}}


We won’t charge until your ads are approved and delivering. Your ads will be reviewed within the next 24 hours.


Summary

Plan: {{ plan }}

Plan cost: £{{ ad_price|floatformat:2 }} GBP / per day

{{ start_date }} - {{ end_date }} ({{ days }} days)


Total amount: £{{ total_amount|floatformat:2}} GBP

Discount: -{{discount_percentage}}%

Amount due: £{{amount_due|floatformat:2}} GBP


{% if invalid_voucher %}
{% render_field voucher_form.voucher placeholder="Voucher Code" name="voucher" class="custom-input ads-voucher-code" %}
{% else %} {% render_field voucher_form.voucher placeholder="Voucher Code" name="voucher" class="custom-input ads-voucher-code" %} {% endif %}
{% endblock %}