{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} {% block content %}
{{ 'Name' | trans }} | {{ 'Selected distribution' | trans }} | {{ 'Questions' | trans }} | {{ 'Actions' | trans }} | {% for item in items %}
---|---|---|---|
{{ 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 }} |