html - Dropdown Selection with loop in Django -


i have variable called production_numbers contains list of ints in html template. need select 1 of numbers out of list. want use textfield dropdown menu can select 1 of numbers. access 1 of numbers use {{ production_numbers.1 }}.

i searched bit , rly need use php or js for loop , i´m bit confused how can iterate trough list.

it nice if can me basic question.

greetings


Comments

Popular posts from this blog

javascript - How to bind ViewModel Store to View? -

dll - AutoIt (AutoItX) on C# Windows 7 App System.DllNotFoundException -

python - Alternative to referencing variable before assignment -