You're missing the %endfor and the % from elif and else statements: %for el in seq: %if foo: pass %elif bar: pass %else: pass %endif %endfor.
確定! 回上一頁