device_select.html 90 B

123
  1. {% for v in data['device'] %}
  2. <option value="{{v['id']}}">{{v['name']}}</option>
  3. {% end %}