SyntaxFix
Write A Post
Hire A Developer
Questions
change this {% if loop.counter == 1 %} to {% if forloop.counter == 1 %} {#your code here#} {%endfor%}
{% if loop.counter == 1 %}
{% if forloop.counter == 1 %} {#your code here#} {%endfor%}
and this from {{ user }} {{loop.counter}} to {{ user }} {{forloop.counter}}
{{ user }} {{loop.counter}}
{{ user }} {{forloop.counter}}