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

{{ game.name }}

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

{{ game.steam_key }}
{{ _('Redeem now on') }} {% if game.steam_appid %}Steam{% else %}GOG{% endif %}
{{ _('This page will expire in') }}
{% endblock %}