{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} {% block content %}
{{ 'Back' |trans }} {{ 'Add' |trans }} {{ 'Stats' |trans }}
{% for item in items %} {% endfor %}
{{ 'Name' | trans }} {{ 'Selected distribution' | trans }} {{ 'Questions' | trans }} {{ 'Actions' | trans }}
{{ item.title }} {% if item.id in selected_distribution_id_list %} {% else %} {% endif %} {% if item.dataTracking %} {{ item.dataTracking |replace({',': ' '}) }} {% endif %} {% if item.active == 1 %} {% else %} {% endif %} {{ 'Change activation' |trans }} {{ 'Stats' |trans }} {{ 'Delete' |trans }}
{% endblock %}