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

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

{% csrf_token %} {% if not_in_use %}
{% trans "This item is not in use." %}
{% endif %} {% bootstrap_form form show_label=False %}
{% if last_helper %} {% if last_helper_items %}
{{ last_helper.full_name }}
{% trans "The helper still has these items:" %} {% else %}
{{ last_helper.full_name }}
{% trans "Everything returned!" %} {% endif %}
{% endif %} {% endblock %}