{{_('select_adventures')}}

{{_('updating_indicator')}}
{% for adventure in adventures[level|int] %}
{{ adventure.long_name }} {# Hidden input so we can send the adventures names in the request to the server #}
{% endfor %}