Items
{% extends "main.html" %}
{% block main %}
Values
Name |
Value |
{% for item in values %}
{{ item['label'] }}
|
{% raw item['control'] %}
|
{% end %}
Settings
Name |
Value |
{% for item in actions %}
{{ item['label'] }} |
{% raw item['control'] %} |
{% end %}
{% end %}
{% block script %}
{% end %}