Applicatie ID |
{{ data['data']['steam_appid'] }} |
Developers |
{% for x in data['data']['developers'] %}{{ x }} {% endfor %} |
Publishers |
{% for x in data['data']['publishers'] %}{{ x }} {% endfor %} |
Platforms |
{% for x in data['data']['platforms'] %}
-
{% if x == "windows" and data['data']['platforms'][x] == True %}
Windows: Ja
{% elif x == "windows" %}
Windows: Nee
{% endif %}
{% if x == "mac" and data['data']['platforms'][x] == True %}
Mac: Ja
{% elif x == "mac" %}
Mac: Nee
{% endif %}
{% if x == "linux" and data['data']['platforms'][x] == True %}
Linux: Ja
{% elif x == "linux" %}
Linux: Nee
{% endif %}
{% endfor %} |
Uitgave datum |
{{ data['data']['release_date']['date'] }} |