{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block main %}

{{ object }}

{% if object.user %} {% endif %} {% if object.name %} {% endif %} {% if object.email %} {% endif %} {% if object.number_of_seats %} {% endif %} {% if object.creation_date %} {% endif %}
{% trans "Event" %} {{ object.event }}
{% trans "User" %} {{ object.user }}
{% trans "Name" %} {{ object.name }}
{% trans "Email" %} {{ object.email }}
{% trans "Number of seats" %} {{ object.number_of_seats }}
{% trans "Creation date" %} {{ object.creation_date }}
{% trans "Delete this guest" %} {% endblock %}