PHP Classes

File: vendor/sensio/generator-bundle/Resources/skeleton/crud/views/edit.html.twig.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/generator-bundle/Resources/skeleton/crud/views/edit.html.twig.twig   Download  
File: vendor/sensio/generator-bundle/Resources/skeleton/crud/views/edit.html.twig.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 482 bytes
 

Contents

Class file image Download
{% block extends %} {{ "{% extends 'base.html.twig' %}" }} {% endblock extends %} {% block body %} {{ "{% block body %}" }} <h1>{{ entity }} edit</h1> {{ '{{ form_start(edit_form) }}' }} {{ '{{ form_widget(edit_form) }}' }} <input type="submit" value="Edit" /> {{ '{{ form_end(edit_form) }}' }} {% set hide_edit, hide_delete = true, false %} {{ include('crud/views/others/record_actions.html.twig.twig') -}} {{ "{% endblock %}" }} {% endblock body %}