{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} {% block content %}
{{ 'Back' |trans }}
{% for item in items %} {% endfor %}
{{ 'Distribution' | trans }} {{ 'Average' | trans }}
{{ item.title }} {{ item.average | number_format(3) }}
{% endblock %}