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

Build order: {{ BUILD_ORDER }}

{% if url|length > 0 %} Read more about this build on {{ url }}
{% endif %} {% if info|length > 0 %} Build order description: {{ info }}

{% endif %} Benchmarks for this build order:
{% for benchmark in unit_benchmarks %}
{{ benchmark.count }} x {{ benchmark.humanName }} @ {{ benchmark.time }}
{% endfor %} {% for benchmark in upgrade_benchmarks %}
{{ benchmark.humanName }} @ {{ benchmark.time }}
{% endfor %} {% for benchmark in building_benchmarks %}
{{ benchmark.count }} x {{ benchmark.humanName }} @ {{ benchmark.time }}
{% endfor %} {{ BENCHMARK_LIST|safe|linebreaksbr }}
{% endblock %}