Instruction:
{{ instruction_text }}
Back to Search
Page {{page}} (Total results: {{total}})
{% if page > 1 %}
< Prev
Next >
{% else %}
Next >
{% endif %}
{% for item in products %}
{% set item_page_url = url_for('item_page', session_id=session_id, asin=item.asin, keywords=keywords, page=page, options=dict() ) %}
{{item.asin}}
{{item.Title}}
{{item.Price}}
{% endfor %}