{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ title }}

{% trans "Print this QR code for cardholders. The encoded URL uses the revocable public token, not the RFID UID." %}

{{ tag.display_label }}

{{ public_url }}

{% trans "Download PNG" %} {% trans "Back to RFID" %}
{% endblock %}