{% extends 'admin/base.html' %} {% block title %}Invitations{% endblock %} {% block content %}

INVITATIONS CRÉES

{% for object in object.reservation.all %} {% include "vendeur/ticket.html" with object=object %} {% endfor %}
{% endblock %} {% block page_js %} {% endblock %}