{% extends "base.html" %} {% block css %} textarea { width:100%; height:70px; } input[type=text] { width:300px; } {% endblock %} {% block content %}

Contract for {{ company }}


{{ contract_text|linebreaksbr }}
{% if contract_payment_text %}

Payment Schedule

{{ contract_payment_text|linebreaksbr }}

{% for payment in payment_options %} {% endfor %}
Payment Option Details
{{ payment.name }} {{ payment.details}}
{{ form.payment.errors }}
{% endif %}

Description of Work Study Position

Background Information of Position

{{ form.work_study_position_title.label }} {{ form.work_study_position_title }} {{ form.work_study_position_title.errors }}
{{ form.primary_location.label }} {{ form.primary_location }} {{ form.primary_location.errors }}

Supervisor Information

{{ form.supervisor_name.label }} {{ form.supervisor_name }} {{ form.supervisor_name.errors }}
{{ form.supervisor_address.label }} {{ form.supervisor_address }} {{ form.supervisor_address.errors }}
{{ form.supervisor_work_phone.label }} {{ form.supervisor_work_phone }} {{ form.supervisor_work_phone.errors }}
{{ form.supervisor_cell_phone.label }} {{ form.supervisor_cell_phone }} {{ form.supervisor_cell_phone.errors }}
{{ form.supervisor_email_address.label }} {{ form.supervisor_email_address }} {{ form.supervisor_email_address.errors }}

Student Worker(s) Functional Responsibilities

{{ form.student_fuctional_respnsibilities }}
Work Study Student's Desired Skills
{{ form.student_desired_skills }} {{ form.student_desired_skills.errors }}
Other?
{{ form.student_desired_skills_other }} {{ form.student_desired_skills_other.errors }}

Will Student Worker(s) be allowed to leave work at any time? {{ form.student_leave }} {{ form.student_leave.errors }}
     If yes, Student Worker will leave for: {{ form.student_leave_lunch }} {{ form.student_leave_lunch.label }} {{ form.student_leave_lunch.errors }}
{{ form.student_leave_other.label }}
{{ form.student_leave_other }} {{ form.student_leave_other.errors }}
Client agrees to provide the students any applicable instructions regarding company rules, regulations or policies, including any applicable safety instructions.

Name: {{ form.name }} {{ form.name.errors }} Date: {{ form.date }} {{ form.date.errors }}
Title: {{ form.title }} {{ form.title.errors }}
Firm: {{ form.firm }} {{ form.firm.errors }}

{% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}
{% endblock %}