{% extends 'tablepage.html' %} {% block head %} {{ super() }} Upload Multidata {% endblock %} {% block body %} {% include 'header/oceanHeader.html' %}

Host Game

To host a game, you need to upload a .multidata file or a .zip file
created by the multiworld generator.

{% if rooms %}

Your Games:

{% for room in rooms %} {% endfor %}
Seed Room Players Created (UTC) Last Activity (UTC)
{{ room.seed.id|suuid }} {{ room.id|suuid }} {{ room.seed.multidata.names[0]|length }} {{ room.creation_time.strftime("%Y-%m-%d %H:%M") }} {{ room.last_activity.strftime("%Y-%m-%d %H:%M") }}
{% endif %}
{% include 'islandFooter.html' %} {% endblock %}