This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
xinnongbaohe
/
eros
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
eros
/
front
/
templates
/
pc
/
device
/
alert
/
device_select.html
device_select.html
90 B
Permalink
Histórico
Raw
1
2
3
{% for v in data['device'] %}
<option value="{{v['id']}}">{{v['name']}}</option>
{% end %}