{% extends 'Backend/_layout.html.twig' %} {% block page_title %}

{{ 'category' |trans({}, 'bo_surveycategory') }} {{ 'list' |trans({}, 'bo_surveycategory') }}

{% endblock %} {% block stylesheet %} {% endblock %} {% block content %}
{{ include('/_widgets/flash_notifications.html.twig') }}
{% for category in categories %} {% endfor %}
Id {{ 'name' |trans({}, 'bo_surveycategory') }} Actions
{{ category.id }} {{ category.name }} {{ 'show_lowercase' |trans({}, 'bo_surveycategory') }} {{ 'edit' |trans({}, 'bo_surveycategory') }}
{% endblock %} {% block javascript %} {% endblock %}