{% extends "master.html" %} {% load static i18n app_utils crispy_forms_tags %} {% block extrastyle %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% if object %} {% translate "You are about to edit this game" %}: {{ game.name }} {% elif game %} {% translate "You are about to add content to this game" %}: {{ game.name }} {% else %} {% translate "You are about to add a new game" %} {% endif %}

{% translate "Duration" %}: {{ game.duration }}

{{ game.get_status_display }}

{% crispy form %}
{% endblock %}