{% extends "admin/layout.twig" %} {% block content %}
Review the games that will be imported from "{{ filename }}". Check the details below and click "Import Games" to proceed.
{{ game.description|striptags|slice(0, 200) }}{% if game.description|length > 200 %}...{% endif %}