|
{{ variable.description }}
|
{% if variable.value %}
{% if variable.type.value == 'bool' %}
{% if variable.display() %}
✅
{% else %}
❌
{% endif %}
{% else %}
{{ variable.display() }}
{% endif %}
{% else %}
{{ l.common_empty }}
{% endif %}
|
|
{% if variable.is_from_plugin() %}
{% set ns.last_section = variable.plugin %}
{% else %}
{% set ns.last_section = variable.section %}
{% endif %}
{% endfor %}