{% extends ':default:subpage.html.twig' %} {% block subpage_content %}
{% block list_content %} {% for entity in paginator %}
{% block list_single_entity %}

{{ entity.locale.title }}

{{ 'list.read_more'|trans }} {% endblock %}
{% endfor %} {% endblock %}
{% block list_paginator %} {{ include('CoreBundle:frontend/list:paginator.html.twig') }} {% endblock %} {% endblock %}