Numeric for loop in Django templates

后端 未结 19 854
温柔的废话
温柔的废话 2020-11-22 03:29

How do I write a numeric for loop in a Django template? I mean something like

for i = 1 to n
相关标签:
19条回答
  • 2020-11-22 04:26

    You can use: {% with ''|center: i as range %}

    0 讨论(0)
提交回复
热议问题