{% extends "form_base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block form_title %}{% trans "WiFi Presence"%}{% endblock %} {% block form_description %}
{% blocktrans %}The WiFi Presence automatically logs you in to the c-base presence system when you connect a device to the Crew-Wifi (SSID: c-base-crew) with your username and password.{% endblocktrans %}
{% endblock %} {% block form_fields %} {{ form.non_field_errors }} {% endblock form_fields %}