{{ layout "layout.vto" { title: document.label } }} {{ include "breadcrumb.vto" { links: [ [collection.label, ["collection", collection.name]], ], } }} {{ document.label }} {{ if user.canEdit(collection) }} {{ t("document.edit.action.save") }} {{ /if }} {{ layout "components/menu.vto" { id: "edit-menu", header: t("document.edit.menu") } }} {{ if url }} {{ t("document.edit.action.preview") }} {{ /if }} {{ if user.canEdit(collection) }} {{ t("document.edit.action.code") }} {{ /if }} {{ if user.canRename(collection) }} {{ layout "components/dialog.vto" { id: "modal-rename" } }} {{ slot button }} {{ t("document.edit.action.move") }} {{ /slot }} {{ t("document.edit.action.move.name") }} {{ /layout }} {{ /if }} {{ if user.canCreate(collection) }} {{ layout "components/dialog.vto" { id: "modal-duplicate" } }} {{ slot button }} {{ t("document.edit.action.duplicate") }} {{ /slot }} {{ if user.canRename(collection) }} {{ t("document.edit.action.duplicate.name") }} {{ /if }} {{ /layout }} {{ /if }} {{ if user.canDelete(collection) }} escape }}"> {{ t("document.edit.action.delete") }} {{ /if }} {{ /layout }} {{ if views.length }} {{ t("document.views") }}: {{ /if }} {{ /layout }}