{% extends '@layout/_admin_layout.twig' %} {% block content %} {% include '@admin/user/_header.twig' with {header:page.header} %}
{% include '@admin/user/_tabs.twig' with {header:page.header} %}
{% for item in page.items %}
{% if item.status==2 %}
Причина блокировки: {{ item.blockReason }}
{% endif %}
{% endfor %}
{% endblock %}