{% include "_head.html" %} {% include "_navbar.html" %}
Graveyard List Easy List RPG List
{% if maps_list == 'gy' %}

Download Graveyard List TrackPack from TMX

{% elif maps_list == 'easy' %}

Download Easy List TrackPack from TMX

{% elif maps_list == 'rpg' %}

Download Long/Hard RPG TrackPack from TMX

{% endif %}
{% for map_id, map in maps.items() %} {% if maps_list in ['easy', 'gy'] %} {% endif %} {% endfor %}
Map Image {% if map_id in completed_maps %} {% endif %}

{{ map.title }}

BY {{ map.author }}

Best Time: {{ best_records[map_id].time }}

Set by: {{ best_records[map_id].player }}

Difficulty: {{ map.difficulty }}

TMX Logo

Best TMX Time: {{ tmx_times.get(map_id, 'No Record') | format_tmx_time }}

Set by: {{ tmx_players.get(map_id, 'No Record') }}

{% include "_footer.html" %}