{% extends 'system_base.html.twig' %} {% block title %}Kullanıcı Güncelle{% endblock %} {% block body %} {{ form_start(form) }}

Kullanıcı Güncelle

{{ include('system/user/_form.html.twig') }}
Geri
{{ form_end(form) }} {% endblock %}