{%- if list.size > 0 -%}
{%- endif -%}
-
{%- assign list = list | sort: 'tag' %}
{%- for conf in list %}
- {% if conf.label %}{{ conf.label }}{% else %}{{ conf.name }}{% endif %} {% endfor -%}
Marlin Settings
{%- for conf in list %} {%- assign odd = forloop.index | modulo: 2 %}{% include setting-summ.html %}
{% endfor -%}