{{ vouchers|length }} voucher{{ '' if vouchers|length == 1 else 's' }} · 20 per US-Letter page In the print dialog set the paper size to Letter and enable “Background graphics” for the cut borders. ← Back to Vouchers
{% if vouchers %} {% for page in vouchers | batch(20) %}
{% for v in page %}
{{ business_name }}
WiFi Voucher
{{ v.code }}
{{ v.minutes_total | duration }} of internet
{% if v.use_by %}
This code will be invalid if not used by {{ v.use_by }}
{% endif %} {% if face_value and face_value > 0 %}
₱{{ face_value }}
{% endif %}
{% endfor %}
{% endfor %} {% else %}

No vouchers to print.

{% endif %}