django template turn array into HTML table. You can use the cycle tag for this. <table> {% for r in results %} {% cycle '<tr>' ...
確定! 回上一頁