{% extends "layout.html" %} {% block content %} All Your Tickets So many tickets... {% if ticket_lists %} {% for tickets in ticket_lists %} {% for ticket in tickets %} {% if ticket.activated == True %} {% else %} {% endif %} Event:Study Party Event 2019-02-21 {% if ticket.activated!=True %} Use It {% else %} See Transaction {% endif %} {% endfor %} {% endfor %} {% else %} There's no tickets created yet! {% endif %} {% endblock %}