{% extends "main.html" %} {% block main %}
Values
Name
Value
{% for item in [i for i in items if i['type'] == 'v'] %}
{% if item['unit'] %} {{ item['key'] + '[' + item['unit'] + ']'}} {% else %} {{item['key']}} {% end %}
{% end %}
Settings
Name
Value
{% for item in [i for i in items if i['type'] == 'a'] %}
{% if item['unit'] %} {{ item['key'] + '[' + item['unit'] + ']'}} {% else %} {{item['key']}} {% end %}
{% end %}
{% end %}