{% extends "tickets/_section.html" %} {% block title %} Tickets {% endblock title %} {% block section_content %}

All tickets

{% for ticket in tickets %} {{ticket.id}} - {{ticket.title}}
{% endfor %} {% endblock section_content %}