{% extends 'cubane/backend/create_edit.html' %}
{% load form_tags %}
{% load barcode_tags %}
{% block content %}
{% if not is_browse_dialog and not is_create_dialog and not is_edit_dialog %}
{% if edit %}
{% if permissions.edit or not permissions %}
Edit
{% else %}
View
{% endif %}
{{ verbose_name }}
'{{ object }}'
{% else %}
Create {{ verbose_name }}
{% endif %}
{% if object.barcode_system or settings.barcode_system %}
{% if object.barcode %}