{% extends "base.html" %} {% block title %}{{ gettext('Loan Tablet') }}{% endblock %} {% block content %}
{# Page Header #}

{{ gettext('Loan Tablet') }}

{{ gettext('Loan a tablet to a user or student') }}

{# Loan Form #}

{{ gettext('Loan Information') }}

{# Tablet Selection #}

{{ gettext('Select which tablet to loan') }}

{# User Selection (Staff) #}

{{ gettext('Select the staff member processing the loan') }}

{# Student Selection (Optional) #}

{{ gettext('Optionally associate this loan with a student') }}

{# Form Actions #}
{{ gettext('Cancel') }}
{% endblock %}