Device {{ 'Checkout' if transaction.transaction_type == 'check_out' else 'Return' }}

NJESD IT Department
Record #{{ transaction.id }}
{{ transaction.checkout_date[:10] }}

Device

Asset Tag {{ transaction.asset_tag }}
Make / Model {{ transaction.make }} {{ transaction.model }}
Serial Number {{ transaction.serial_number }}
{% if transaction.hostname %}
Hostname {{ transaction.hostname }}
{% endif %}

Recipient

Name {{ transaction.person_name }}
{% if transaction.position %}
Position {{ transaction.position }}
{% endif %} {% if transaction.location %}
Location {{ transaction.location }}
{% endif %} {% if transaction.phone %}
Phone {{ transaction.phone }}
{% endif %} {% if transaction.email %}
Email {{ transaction.email }}
{% endif %}

Recipient Signature

{% if transaction.recipient_signature %} Recipient Signature {% else %} No signature on file {% endif %}
{% if transaction.recipient_signature %}
{{ transaction.person_name }} {% if transaction.recipient_signed_at %} {{ transaction.recipient_signed_at[:10] }} {% endif %}
{% else %}
Sign here
{% endif %}

IT Staff Signature

{% if transaction.it_signature %} IT Staff Signature {% else %} No signature on file {% endif %}
{% if transaction.it_signature %}
IT Department {% if transaction.it_signed_at %} {{ transaction.it_signed_at[:10] }} {% endif %}
{% else %}
Sign here
{% endif %}
{% if transaction.transaction_type == 'check_out' %}

Acknowledgment: By signing above, the recipient confirms receipt of the listed equipment and agrees to use it responsibly and in accordance with New Jerusalem Elementary School District policies, report any issues promptly, and return it in good working condition upon request or end of assignment.

{% endif %}