{% extends "index.twig" %} {% block title %}Super Stars{% endblock %} {% block content %}

Super Stars

{{ block("messages_queue", "message_queue.twig") }} Create {% if list %} {% for item in list %} {% endfor %}
Name Age Sport ID Action
{{ item.name }} {{ item.age }} {{ item.sport }} {{ item.id }}
Edit
Create {% else %}

There has no athletes been added, click create to add some.

{% endif %}
{% endblock %}