I want to put a button on my application that allows users to query a specific name in the datastore. When user clicks to submit the query, the query result appears as a list of checkboxes (or radiobuttons), allowing user to select one of the results. What is the best way to do this in Jinja2 GAE Python?
Thanks in advance for any help!