{% extends 'base.html.twig' %} {% block title %}Podcast index{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Podcast index

{% for podcast in podcasts %} {% else %} {% endfor %}
Id Name Author Logo actions
{{ podcast.id }} {{ podcast.name }}
({{ podcast.slug }})
{{ podcast.author }} {{ podcast.name }} logo show edit
no records found
Create new {% endblock %}