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

{% trans "Register: Scan item" %}

{% csrf_token %} {% if not_available %}
{% trans "This item is already assigned to another helper." %}
{% endif %} {% bootstrap_form form show_label=False %} {% if not_available %} {% trans "Take item back" %} {% endif %}
{% if last_helper and last_helper_items and last_item_name %}
{{ last_item_name }}
{% blocktrans trimmed with name as last_helper.full_name %} Assigned to {{ last_helper }} {% endblocktrans %}

{% trans "The helper now has these items:" %}
{% endif %} {% endblock %}