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

{% trans "Take back: Scan badge" %}

{% if not form %}
{% trans "You have to scan the item first." %}
{% trans "Scan item" %} {% else %}
{% csrf_token %} {% if wrong_helper %}
{% trans "This item is not assigned to this helper, but to another helper." %}
{% endif %} {% bootstrap_form form show_label=False %}
{% trans "Scan other item" %} {% if not item.inventory.multiple_assignments %} {% trans "Take back without badge" %} {% endif %} {% endif %} {% endblock %}