{% extends "base.html" %} {% load staticfiles %} {% block content %}

Build orders


{% for key in keys_sorted %}

{{ key }}

{% for k, v in lst.items %} {% if k == key %} {% for thing in v %} {{ thing.session.buildOrderName }}
{% endfor %} {% endif %} {% endfor %}
{% endfor %}
{% endblock %}