{{#> layout }} {{#*inline "title"}} Feattle - {{ label }} {{/inline}} {{#*inline "content"}}

Current Values

{{#if reload_failed }}

Synchronization failed

Failed to reload fresh data from the underlying persistence source.
The values shown in this page reflect the state in memory of this instance, that may or may not be the desired state.
{{/if}}
/// Last reload: {{ last_reload }}
/// Version: {{ version }}
struct Feattles {
{{#each feattles}} {{#if @index }}
{{/if}} {{#if this.description }} /// {{ this.description }}
///
{{/if}} /// Last modification: {{ this.last_modification }} - edit
{{ this.key }}: {{ this.format }} = {{ this.value_overview }},
{{/each}}
}
{{/inline}} {{/layout}}