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

İstatistik Güncelle

{% for dil in form.diller %}
{{ include('system/stat/_form_dil.html.twig') }}
{% endfor %}
Geri
{{ form_end(form) }} {% endblock %} {% block js %} {% endblock %}