{% load i18n %} {% trans "You're in the queue" %} — {{ event.name }}

🎟️ {% trans "You're in the queue for" %} {{ event.name }}

{% trans "You're through automatically — please don't refresh or close this page." %}
{% if position %}{{ position }}{% else %}—{% endif %}
{% trans "people ahead of you" %}
{% if eta_min %}
{% blocktrans %}Estimated wait: about {{ eta_min }} min{% endblocktrans %}
{% endif %}
{% trans "This page refreshes automatically every few seconds." %}