{% load crispy_forms_tags %}
{% if instance %}

Edit {{ entity_type|title }}

{% else %}

Create {{ entity_type|title }}

{% endif %}
{% if is_create %}
{% else %} {% endif %} {% if apis_bibsonomy %} {% endif %}
{% crispy form %} {% block editbuttons %} {% if instance %} {% if "change" in permissions and not is_create %} {% endif %} {% elif "create" in permissions and is_create %} {% endif %} {% endblock %}