Name {{ selection.name }}
Description {{ selection.desc }}
Long description {{ selection.long_desc }}
Current values {{ conf.section }}: {{ conf.value }}{{ !isLast ? "," : "" }}
Default {{ selection.default }}
Daemon default {{ selection.daemon_default }}
Type {{ selection.type }}
Min {{ selection.min }}
Max {{ selection.max }}
Flags {{ flag | uppercase }}
Services {{ service }}
Source {{ selection.source }}
Level {{ selection.level }}
Can be updated at runtime (editable) {{ selection.can_update_at_runtime | booleanText }}
Tags {{ selection.tags }}
Enum values {{ selection.enum_values }}
See also {{ selection.see_also }}