{% from "_includes/forms" import textField %}
{% if hasTitle %} {{ textField({ label: "Title"|t, id: 'title', name: 'title', value: element.title, errors: element.getErrors('title'), first: true, autofocus: true, required: true }) }} {% endif %} {% include "_includes/fields" with { fields: fieldLayout.getFields(), element: element } only %}
{{ 'Cancel'|t }}
{{ 'Save'|t }}