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

Casting index

{% for casting in castings %} {% else %} {% endfor %}
Id Role CreditOrder actions
{{ casting.id }} {{ casting.role }} {{ casting.creditOrder }} show edit
no records found
Create new {% endblock %}