{% extends "comparison/base.html" %} {% load staticfiles %} {% block head %} {% block head_extra %}{% endblock %} {% endblock %} {% block panel_title %}Kart List{% endblock %} {% block panel_alt_title %} {% endblock %} {% block content-header %}
You're viewing a saved list of kart loadouts.

Someone thought these karts were worth sharing with you. Who knows, maybe it contains your next favorite Mario Kart 8 loadout, but there's only one way to find out, and it may just involve a red shell with your name on it.

This list has been viewed a total of {{ config_list.view_count }} times in the past {{ config_list.create_date|timesince }}.

{% endblock %} {% block content %}
{% for config in configurations %} {% empty %} {% endfor %}
Speed Water Air Antigrav Accel Weight Handling Water Air Antigrav Traction Miniturbo
{% csrf_token %}
{% block add_configform %}{% endblock %} {% endblock %} {% block script %} {% block script_extra %}{% endblock %} {% endblock %}