{% if person.img_url %}
{% endif %}
{% extends "podcast_analyzer/app_base.html" %} {% load i18n %} {% block extratitle %}{{ podcast.title }} - {% endblock %} {% block breadcrumbs %}
{% if person.img_url %}
{% endif %}
{% translate "Type" %} | {% translate "As Host" %} | {% translate "As Guest" %} | {% translate "Total" %} |
{% translate "Podcasts" %} | {{ person.hosted_podcasts }} | {{ person.guested_podcasts }} | {{ person.distinct_podcasts }} |
{% translate "Episodes" %} | {{ person.has_hosted }} | {{ person.has_guested }} | {{ person.get_total_episodes }} |
{% translate "Podcast" %} | {% translate "Hosted episodes" %} | {% translate "Guested episodes" %} |
{{ pod_data.podcast.title }} | {{ pod_data.hosted_episodes.count }} | {{ pod_data.guested_episodes.count }} |
{% translate "No appearances yet." %} |