{% extends '/admin/authenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% set isEdit = true %} {% block title %} Edit "Service" content page. {% endblock %} {% block content %} {{ helpers.notifications_success() }} {{ helpers.notifications_error() }} {{ helpers.notifications_warning() }}
{{ form_start(form, { 'attr': {'novalidate': 'novalidate'} }) }}
Edit Service: {{ entity.title }}
{{ helpers.goToLivePage(sys_front_end_server, 'Services' , '/services') }}
{% include '/admin/authenticated/service/_form_fields.html.twig' %}
{{ form_end(form) }} {{ helpers.form_processing() }}
{% endblock %} {% block js %} {{ parent() }} {% endblock %}