{% extends 'base.html.twig' %} {% block title %}Episode index{% endblock %} {% block body %}
ID | Title | Publication date | Actions |
---|---|---|---|
{{ episode.id }} | {{ episode.title }} | {{ episode.publicationDate ? episode.publicationDate|date('Y-m-d H:i:s') : '' }} | Show Edit |
No episodes found. |
To manage episodes of a specific podcast, open the podcast page and use the “Manage podcasts” link.
{% endif %} {% endblock %}