{% extends "@ChillMain/layout.html.twig" %} {% block content %}

{{ 'Global timeline'|trans }}

{{ timeline|raw }} {% if nb_items > paginator.getItemsPerPage %} {{ chill_pagination(paginator) }} {% endif %}
{% endblock content %}