diff --git a/tubearchivist/home/templates/home/channel_id.html b/tubearchivist/home/templates/home/channel_id.html index d17423c..5fc417b 100644 --- a/tubearchivist/home/templates/home/channel_id.html +++ b/tubearchivist/home/templates/home/channel_id.html @@ -38,20 +38,24 @@
- {% if videos %}Channel views: {{ channel_info.channel_views|intword }}
- {% else %} + {% elif channel_info.channel_views > 0 %}Channel views: {{ channel_info.channel_views|intcomma }}
{% endif %} -Total Videos archived: {{ max_hits }}
-Watched:
+ {% if max_hits %} +Total Videos archived: {{ max_hits }}
+Watched:
+ {% endif %}Channel id: {{ channel_info.channel_id }}
+ +Video ID: {{ video.youtube_id }}