{% set class = "unchecked" %}
{% if data['nset'] == 1 %}
{% set class = "checked" %}
{% elseif data['nset'] == 2 %}
{% set class = "mixed" %}
{% endif %}
|
{% if data["icon"] %}
{% endif %}
|
{{data["name"]}}
|
{% set class = "unchecked" %}
{% if datas.tbits_right[bit]['nset'] == 1 %}
{% set class = "checked" %}
{% elseif datas.tbits_right[bit]['nset'] == 2 %}
{% set class = "mixed" %}
{% endif %}
|
{% if datas.tbits_right[bit]["icon"] %}
{% endif %}
|
{{datas.tbits_right[bit]["name"]}}
|
{% endfor %}