{% extends "pages/base.html" %} {% load i18n %} {% block title %}{% trans "Login with RFID" %}{% endblock %} {% block content %}

{% trans "Login with RFID" %}

{% trans "Hold your RFID card near the reader or enter the code below to sign in." %}

{% trans "Ready to scan. Hold your RFID card near the reader." %}
{% trans "If your scanner types like a keyboard, focus the field and scan the card." %}
{% csrf_token %}
{% endblock %}