Django Built-in template tags and filters for문
VariableDescription forloop.counterThe current iteration of the loop (1-indexed) forloop.counter0The current iteration of the loop (0-indexed) forloop.revcounterThe number of iterations from the end of the loop (1-indexed) forloop.revcounter0The number of iterations from the end of the loop (0-indexed) forloop.firstTrue if this is the first time through the loop forloop.lastTrue if this is the l..
2021.02.04