1👍
✅
I am not 100% sure it will help, but in your example you pass a literal to template tag, to pass a variable, drop quotation marks:
<a href="{% query_string page=page.next_page_number page %}">Next</a>
Source:stackexchange.com