{% load static %} {% load crispy_forms_tags %} {% load bloomerp %} {% breadcrumb model=model title="Create" %}

Create {{model_name}}

{% if form.errors %} {% endif %}
{% csrf_token %} {{form | crispy}}