{% extends "multiTracker.html" %} {% block custom_table_headers %} Logistic Science Pack Military Science Pack Chemical Science Pack Production Science Pack Utility Science Pack Space Science Pack {% endblock %} {% block custom_table_row scoped %} {% if games[player] == "Factorio" %} {% if inventory[team][player][131161] or inventory[team][player][131281] %}✔{% endif %} {% if inventory[team][player][131172] or inventory[team][player][131281] > 1%}✔{% endif %} {% if inventory[team][player][131195] or inventory[team][player][131281] > 2%}✔{% endif %} {% if inventory[team][player][131240] or inventory[team][player][131281] > 3%}✔{% endif %} {% if inventory[team][player][131240] or inventory[team][player][131281] > 4%}✔{% endif %} {% if inventory[team][player][131220] or inventory[team][player][131281] > 5%}✔{% endif %} {% else %} ❌ ❌ ❌ ❌ ❌ ❌ {% endif %} {% endblock%}