{% extends "base.html" %} {% block content %}

You're all set!

Your guest WiFi account has been created.

{% if username %}

Connect to the guest WiFi and log in as {{ username }}.

{% endif %}

You can close this window.

{% endblock %}