{% extends 'base.html.twig' %} {% block title %} {{ parent() }} - {{ 'statistics.origin.title'|trans }} {% endblock %} {% block description %} {{ parent() }} - {{ 'statistics.origin.title'|trans }} {% endblock %} {# create list of localized month #} {% set monthList = [] %} {% for i in 1..12 %} {% set monthList = monthList|merge([getLocalizedMonth(i, 'MMMM', app.request.locale)]) %} {% endfor %} {% block content %}
{{ 'statistics.origin.monthly'|trans }}
{{ 'statistics.origin.yearly'|trans }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}