{% extends 'base.html' %} {% load i18n %} {% load widget_tweaks %} {% block title %}{% trans "Hobbies - Step 4" %}{% endblock %} {% block content %}

Your Hobbies

What do you like to do? If you have any special hobbies, interests or skills that you think make you a great carer, add them below.

{% csrf_token %}
{{ form.hobbies|add_class:"mt-2 w-full border border-body/10 focus:border-body/60 bg-bgColor rounded-lg p-3 outline-none"|attr:"placeholder:I like playing guitar..." }}
{% endblock %}