{% extends "helfertool/admin.html" %} {% load i18n %} {% load bootstrap4 %} {% block admincontent %}

{% trans "Register: Scan badge" %}

{% if not form %}
{% trans "You have to scan the item first." %}
{% trans "Scan item" %} {% else %}
{% csrf_token %} {% if already_assigned %}
{% trans "This item is already assigned to another helper." %}
{% endif %} {% bootstrap_form form show_label=False %}
{% trans "Scan other item" %} {% endif %} {% endblock %}