To construct a list of column names that you can easily copy-paste
(in the box), select some columns using the checkboxes next
to the column names or the "Select all" button.
{% for column in summary.columns %}
{% set col_id="col_{}".format(column["idx"]) %}
{% include "column-summary.html" %}
{% endfor %}