{% extends 'system_base.html.twig' %} {% block title %}İş Birliklerimiz{% endblock %} {% block body %}

Yorumlar

{% for item in notifications %} {% else %} {% endfor %}
Oluşturulma Tarihi Yorum Kodu E-mail Blog İsmi Yorum İşlemler
{{ item.createDate|date('d.m.y') }} {{ item.code }} {{ item.user.email }} {{ item.blog.diller|first.title|default }} {{ item.metin }}
{{ include('system/default/kayit_bulunamadi.html.twig') }}
{% endblock %} {% block js %} {# #} {% endblock %}