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