SyntaxFix
Write A Post
Hire A Developer
Questions
I think you could call the id, like this
{% for days in days_list %} <h2># Day {{ days.id }} - From {{ days.from_location }} to {{ days.to_location }}</h2> {% endfor %}