{% if not moduleSettings.isCustomGridFramework() %}
{{ translate({ ident: "DD_VISUAL_EDITOR_WIDGET_RESPONSIVE_SETTINGS" }) }}
{% set iGridSize = moduleSettings.getGridSize()|default(12) %}
{% set sColumnOptions %}
{% for columns in 1..iGridSize %}
{% set col = loop.index %}
{% endfor %}
{% endset %}
{% set sColumnOffsetOptions %}
{% set GridOffsetSize = iGridSize - 1 %}
{% for columns in 1..GridOffsetSize %}
{% set col = loop.index %}
{% endfor %}
{% endset %}