{% comment %} The template to render a questiongroup with custom columns. Depends on the form_option "layout", which needs to be a nested list specifying the column distribution of the questions. Example: "form_options": {"columns_custom": [["12"], ["8", "4"]]} This renders 3 questions, the first covering an entire row and the other two on the same row, the second question will be 8 columns wide and the third will be 4 columns wide. Adds buttons to add or remove additional questiongroups - config - formset {% endcomment %} {% load i18n %} {% load floppyforms %} {% load list_to_columns %}