{% blocktrans with label=source.label_id %}Copy RFID {{ label }}{% endblocktrans %}
{% blocktrans with rfid=source.rfid %}This will create a new RFID using the configuration from {{ rfid }}.{% endblocktrans %}
{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {{ media.css }} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {% endblock %} {% block content %}
{% blocktrans with rfid=source.rfid %}This will create a new RFID using the configuration from {{ rfid }}.{% endblocktrans %}