Remove or Edit
Name
Value
Type
Source
Visible
Period
Color
Properties
{{indicator}}
{% if 'type' in indicator_list[indicator] %}
{{indicator_list[indicator]['type']}}
{% else %}
-
{% endif %}
{% if 'visible' in indicator_list[indicator] %}
{% else %}
-
{% endif %}
{% if 'period' in indicator_list[indicator] %}
{% else %}
-
{% endif %}
{% if 'color' in indicator_list[indicator] %}
{% else %}
{% endif %}
{% for property, value in indicator_list[indicator].items() %}
{% if property not in ['type', 'value', 'color', 'period', 'visible', 'source'] %}
{% if 'color' in property %}
{% else %}
{% endif %}
{% endif %}
{% endfor %}