Filter Shifts
{{ form.errors.get('location') }}
{{ form.radius }} km {{ form.errors.get('radius') }}
{{ form.errors.get('type_of_work') }}
{{ form.errors.get('min_hourly_rate') }}

{{ shift.title }}

{{ shift.user.company_name }}
  • {{ shift.location.title }}
  • {{ shift.first_date.date | momentDate }} to {{ shift.last_date.date | momentDate }}
  • Permanent Position
  • {{ shift.hourly_text }}
  • Type: {{ shift.type_of_work }}

{{ shift.description | excerpt }}

View Shift