{# Trial flag (ADR-0015) — customer-facing, non-dismissible. #} {% if trial and trial.is_trial and not trial.expired %}
FREE TRIAL — this WiFi vendo is on a trial and stops in soon.
{% endif %}

Session Paused

Your time is saved — nothing is used while you're paused.

{% if voucher_code %}
{% if minutes_used is not none %} {% endif %} {% if minutes_remaining is not none %} {% endif %}
Voucher {{ voucher_code }}
Session time {{ minutes_used }} min
Time remaining {% if minutes_remaining > 0 %}{{ minutes_remaining }} min{% else %}used up{% endif %}
{% endif %} {% if minutes_remaining and minutes_remaining > 0 %}

Or come back later and re-enter your code {% if voucher_code %}{{ voucher_code }}{% endif %} on the login page — your remaining time stays preserved within the validity window.

{% else %}

Insert coins or enter a new voucher code to reconnect.

{% endif %}

Back to login