{% extends "base.html" %} {% block content %}
{% for column_head in statistics_table.column_headers %} | {{column_head}} | {% endfor %}
---|---|
{{row_name}} | {% for column_head, cell_content in row_content.items() %}{{cell_content}} | {% endfor %}
# | Image | {% for column_head in column_headers %}{{column_head}} | {% endfor %}
---|---|---|
{{comparison_row.id}} |
{% if strategy_result.area < 0 %} No Fooling Sticker Found {% else %} Area = {{strategy_result.area}} Time = {{strategy_result.time}} ms Fitness = {{strategy_result.fitness_value}} {% endif %} |
{% endfor %}