{% extends 'base.html.twig' %} {% block title %}TicketType index{% endblock %} {% block body %}

TicketType index

{% for ticket_type in ticket_types %} {% else %} {% endfor %}
Id Type actions
{{ ticket_type.id }} {{ ticket_type.type }} show edit
no records found
{% endblock %}