{% extends "layout.html" %} {% block content %} All Events Join some events and enjoy your life {% if event_lists %} {% for events in event_lists %} {% for event in events %} {% if event.event_info.remaining==0 %} {% else %} {% endif %} {{ event.event_info.title }} Tickets: {{ event.event_info.remaining }}/{{event.event_info.total}} Price: {{ event.event_info.ticket_price}} ABT Place: 3150 Richards, Bellevue Description: {{event.event_info.description}} Join Event {% endfor %} {% endfor %} {% else %} There's no events created yet! {% endif %} {% endblock %}
Place: 3150 Richards, Bellevue
Description: {{event.event_info.description}}