{% extends 'base.html' %} {% load widget_tweaks %} {% block title %}new{% endblock title %} {% block content %} {% include 'components/header.html' with title="Add new rental" description=book_id is_go_back=True %}
{% csrf_token %}
{{ form.customer|add_class:'bg-slate-100 dark:bg-slate-300 text-slate-800 rounded p-2 w-full' }}
{% endblock content %}