increment a variable in django templates

后端 未结 3 1713
不知归路
不知归路 2021-02-05 22:45

All,

How Can we increment a value like the following in django templates,

  {{ flag =0 }}

  {% for op in options %}
   {{op.choices}}

        
3条回答
提交回复
热议问题