{{ vouchers|length }} voucher{{ '' if vouchers|length == 1 else 's' }} · 80mm thermal In the print dialog pick your 80mm thermal printer and set Margins to None. ← Back to Vouchers
{% if vouchers %}
{% for v in vouchers %}
{{ business_name }}
WiFi Voucher
{{ v.code }}
{{ v.minutes_total | duration }} of internet
{% if face_value and face_value > 0 %}
₱{{ face_value }}
{% endif %} {% if v.use_by %}
This code will be invalid if not used by
{{ v.use_by }}
{% endif %}
{% endfor %}
{% else %}

No vouchers to print.

{% endif %}