Job Application Form
{% csrf_token %}
First Name:
Last Name:
Email:
Available start date:
Current occupation:
Employed
Unemployed
Self-Employed
Student
Submit
{% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %}