{% extends 'core/base_print.html' %} {% load i18n static %} {% block extra_head %} {% endblock %} {% block browser_title %}{% blocktrans %}Print: Check in confirmation{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Check in confirmation{% endblocktrans %}{% endblock %} {% block content %}

{% trans "Check in confirmation" %}

{% blocktrans with to_inventory=process.to_inventory.name from_inventory=process.from_inventory.name %} The following items have been given back from {{ to_inventory }} to {{ from_inventory }}: {% endblocktrans %}
{% if process.from_inventory.owner %}
{% blocktrans with name=process.from_inventory.owner.full_name %}Signature of {{ name }}{% endblocktrans %}
{% endif %}
{% blocktrans with name=process.lending_person.full_name %}Signature of {{ name }}{% endblocktrans %}
{% endblock %}