{% extends "./base.html" %} {% load i18n %} {% block title %} {% if is_podcast %}{% trans "Subscribe" %}{% else %}{% trans "Feeds" %}{% endif %} – {{ blog.title }} {% endblock %} {% block main %}

{% if is_podcast %}{% trans "Subscribe" %}{% else %}{% trans "Feeds" %}{% endif %} – {{ blog.title }}

{% if is_podcast %} {% if apple_podcasts_url or spotify_url or youtube_url %}

{% trans "Where to listen" %}

{% endif %} {% block podlove_subscribe_button %}{% endblock podlove_subscribe_button %} {% endif %}

{% trans "Feeds" %}

{% if is_podcast %}

{% trans "Podcast Feeds" %}

{% for feed in podcast_feeds %} {% endfor %}
{% trans "Format" %} RSS Atom
{{ feed.format_label }} RSS Atom
{% endif %}
{% endblock main %}