Graveyard List Easy List
{% for map_id, map in maps.items() %} {% endfor %}
Map Image

{{ map.title }}

BY {{ map.author }}

Best Time: {{ best_times.get(map_id, 'No Record') }}
Set by: {{ best_times_players.get(map_id, 'No Record') }}

{% if tmx_times.get(map_id) %}


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

{% else %}


Best TMX Time: No Record
Set by: No Record

{% endif %}