This form contains all standard widgets, Django provides out of the box.
Here we render a Django Form instance using the template tag with different CSS classes:
{% render_form form "bootstrap" field_css_classes="row mb-3" label_css_classes="col-sm-3" control_css_classes="col-sm-9" %}
When using the Bootstrap framework, they align the label and the field on the same row rather than placing them below each other.