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

{{ game.name }}

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

{{ game.steam_key }}
{{ _('Redeem now on') }} {{ platform_label }}
{{ _('This page will expire in') }}
{% endblock %}