{% extends "comparison/base.html" %} {% load staticfiles %} {% block head %} {% endblock %} {% block panel_title %}Add Kart{% endblock %} {% block nav_home_active %}active{% endblock %} {% block content-header %}
Select a component from each section to build your kart loadout.

Click on a component's icon to select it. Selected components will appear highlighted in red, while components with identical stats will appear highlighted in blue for your convenience.

{% endblock %} {% block content %}
{% csrf_token %}
Speed
Accel
Weight
Handling
Traction
{% for item in characters %}{% endfor %}
{% for item in karts %}{% endfor %}
{% for item in wheels %}{% endfor %}
{% for item in gliders %}{% endfor %}
Speed
Accel
Weight
Handling
Traction
Combined Stats:
-
-
-
-
-
Cancel
{% endblock %} {% block script %} {% endblock %}