{% set id='edit-setting' %}
{% set form_width = 200 %} {% if allowed and allowed.__len__() > 0 %} {% for option in allowed %} {% if option == name %} {{ option }} {% else %} {{ option }} {% endif %} {% endfor %} {% else %} : {% endif %} {% include "accept.html" %} {% include "cancel.html" %}