{% set id=which + "-" + name + "-settings" %} {% if settings or settings.__str__() == '{}' %}
settings: {% include "add.html" %} {% for k, v in settings.items() %} {% include "setting.html" %} {% endfor %}
{% endif %} {% if goto==which + '-' + name + '-settings-_-editvalue' %} {% endif %}