{%- if list.size > 0 -%}
{%- endif -%}
-
{%- assign list = list | sort: 'tag' %}
{%- for conf in list %}
{% assign active = false %}
{% if page.codes[0] == conf.codes[0] and page.title == conf.title %}{% assign active = true %}{% endif %}
- {% if conf.label %}{{ conf.label }}{% else %}{{ conf.name }}{% endif %} {%- if active -%}
- {{ opt.name }}
{%- if opt.subopts -%}
-
{% for sub in opt.subopts %}
- {{ sub.name }} {%- endfor %}
{%- endfor %}
-
{% for opt in conf.settings %}
{%- assign conf = page %}{% include setting-info.html -%}