{{ $t('Example SQLite Categories') }}

{% for category in categories|default([]) %} {% else %} {% endfor %}
{{ $t('mysql.table.header.id') }} {{ $t('mysql.table.header.title') }} {{ $t('mysql.table.header.booksCount') }} {{ $t('mysql.table.header.actions') }}
{{ category.id }} {{ category.title }} {{ category.count_books }}
{{ $t('mysql.message.noCategories') }}
{{ $n('form/title/errors/0') }}