{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Create Book{% endblock %} {% block content %}
{% if form.errors.items|length > 1 %} Please correct the errors below. {% else %} Please correct the error below. {% endif %}
{% endif %} {% for error in form.non_field_errors %}{{ error }}
{% endfor %}