{% load staticfiles %} {% load sass_tags %}
{% for object in object.reservation.all %}
{% include "vendeur/ticket2.html" with object=object %}
{% endfor %}