diff --git a/DjangoFiles/ApiBillet/templates/ticket/example_flight_ticket.html b/DjangoFiles/ApiBillet/templates/ticket/example_flight_ticket.html
new file mode 100644
index 0000000..c6eb5d4
--- /dev/null
+++ b/DjangoFiles/ApiBillet/templates/ticket/example_flight_ticket.html
@@ -0,0 +1,231 @@
+
+
+ {% load static %}
+
+
+{# #}
+
+ Boarding ticket
+
+
+
+
+
+
+
+
+
+ 1257797706706
+ {{ ticket.first_name }} {{ ticket.last_name }}
+
+ - Flight
+ - DL31
+ - Gate
+ - 29
+ - Seat
+ - 26E
+ - Zone
+ - 4
+
+
+ - {{ ticket.reservation.event.name }}
+ - 5:10pm
+
+
+
+
+
diff --git a/DjangoFiles/ApiBillet/templates/ticket/qrtest.html b/DjangoFiles/ApiBillet/templates/ticket/qrtest.html
index ed94776..ab06af6 100644
--- a/DjangoFiles/ApiBillet/templates/ticket/qrtest.html
+++ b/DjangoFiles/ApiBillet/templates/ticket/qrtest.html
@@ -2,7 +2,14 @@
{{ img_svg | safe }}
+{##}
-