{% extends "base.html" %} {% block content %}

Accounts

Choose who you're browsing as

Use any of the available accounts below to explore guest or host flows around the site.

{% for user in users %}
{{ user.name }}

{{ user.name }}

{{ user.hometown }} ยท {{ "Hosting" if user.is_host else "Traveling" }}

{{ user.email }} {{ user.password }}
Use account
{% endfor %}
{% endblock %}