{% extends "podcast_analyzer/app_base.html" %} {% load i18n %} {% block extratitle %}{% translate "Podcasts" %} - {% endblock %} {% block breadcrumbs %}
  • {% if tag %}{% blocktranslate with tag_name=tag.name %}Podcasts tagged with {{ tag_name }}{% endblocktranslate %}{% else %}{% translate "Podcasts" %}{% endif %}
  • {% endblock %} {% block extra_controls %} {% if not tag %}
    {% translate "Add podcast" %}
    {% endif %} {% endblock %} {% block content %}

    {% translate "Podcasts" %}

    {% include "podcast_analyzer/includes/pagination.html" %} {% endblock %}