{% for index, row in movie_entries.iterrows() %}
{{row['username']}}
{{row['emailid']}}
{{row['sentiment']}} Comment
{{row['comment']}}
{% if loop.index is divisibleby(2) %}
{% endif %} {% endfor %}