{% extends 'system_base.html.twig' %} {% block title %}Kullanıcılar{% endblock %} {% block body %}
Kullanıcılar | Kayıt Tipi | Kayıt Tarihi | İşlemler |
---|---|---|---|
{{ entity.email }} | {% if entity.kayitTipi == 'facebook' %}Facebook {% elseif entity.kayitTipi == 'google' %}Google {% else %}Normal {% endif %} | {{ entity.createDate|date('Y.m.d H:i') }} | |
{{ include('system/default/kayit_bulunamadi.html.twig') }} |