Kullanıcı {% if USER_DATA.id is not null %}Güncelle{% else %}Ekle{% endif %}
{% if ERRORS is defined %}-
{% for error in ERRORS %}
- Hata! {{ error.message }} {% endfor %}
{% extends 'base.html.twig' %} {% block title %}Kullanıcı {% if USER_DATA.id is not null %}Güncelle{% else %}Ekle{% endif %}{% endblock %} {% block body %} {{ include('admin/partials/top-menu.html.twig') }}