{% extends "podcast_analyzer/app_base.html" %} {% load i18n %} {% block extratitle %}{% translate "Podcasts" %} - {% endblock %} {% block breadcrumbs %} {% endblock %} {% block extra_controls %}
{% translate "Add podcast" %}
{% endblock %} {% block content %}

{% translate "Podcasts" %}

{% if page_obj.paginator.num_pages > 1 %} {% endif %}

{% blocktranslate with visible=page_obj|length count pcounter=page_obj.paginator.object_list.count %}Displaying {{ visible }} podcast{% plural %}Displaying {{ visible }} of {{ pcounter }} podcasts{% endblocktranslate %}

{% endblock %}