{% extends "base.html" %} {% block content %}
{% if game.steam_appid %}
Game Cover
{% endif %}

{{ game.name }}

{{ _('Your Key:') }}

{{ game.steam_key }}
{% if platform_link %} {{ _('Redeem now on') }} {{ platform_name }} {% else %}
{{ _('Your key:') }} {{ game.steam_key }}
{% endif %}
{{ _('This page will expire in') }}
{% endblock %}