{% extends 'admin_base.html.twig' %} {% block title %}Page index{% endblock %} {% block body %}

Page index

{% for page in pages %} {% else %} {% endfor %}
Id Name Description Active Alias actions
{{ page.id }} {{ page.name }} {{ page.description }} {{ page.active ? 'Yes' : 'No' }} {{ page.alias }} show edit
no records found
Create new
Все категории {% endblock %}