{% extends "form_base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block form_title %}{% trans "RFID"%}{% endblock %} {% block form_description %}

{% blocktrans %}A Radio Frequency Identification (RFID) tag can be used to announce your presence to other c-base members when you arrive. Place your RFID tag on the RFID reader in the airlock terminal. If you configured your RFID correctly, the airlock terminal will greet you and show additional information. If you place your RFID tag in the reader again when leaving, you will be logged out.{% endblocktrans %}

{% endblock %} {% block form_fields %} {{ form.non_field_errors }}
{% csrf_token %} {{ form|crispy }}
{% endblock form_fields %}