{% macro list_rooms(rooms) -%} {%- endmacro %} {% macro list_patches_room(room) %} {% if room.seed.slots %} {% for patch in room.seed.slots|list|sort(attribute="player_id") %} {% endfor %}
Id Name Game Download Link Tracker Page
{{ patch.player_id }} {{ patch.player_name }} {{ patch.game }} {% if patch.game == "Minecraft" %} Download APMC File... {% elif patch.game == "Factorio" %} Download Factorio Mod... {% elif patch.game == "Ocarina of Time" %} Download APZ5 File... {% elif patch.game == "VVVVVV" and room.seed.slots|length == 1 %} Download APV6 File... {% elif patch.game == "Super Mario 64" and room.seed.slots|length == 1 %} Download APSM64EX File... {% elif patch.game | supports_apdeltapatch %} Download Patch File... {% elif patch.game == "Dark Souls III" %} Download JSON File... {% else %} No file to download for this game. {% endif %} Tracker
{% endif %} {%- endmacro -%}