{% extends 'base/base.html' %} {% load static crispy_forms_tags humanize %} {% block title %}New Booking - PRACA{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
You'll be charged the total amount upon booking confirmation.
{% if equipment.security_deposit > 0 %}The security deposit of KSh {{ equipment.security_deposit|floatformat:2|intcomma }} will be refunded after the equipment is returned in good condition.
{% endif %}