{% extends "home/base.html" %} {% block content %} {% load static %} {% load humanize %}
Subscribers: {{ video.channel.channel_subs|intword }}
{% else %}Subscribers: {{ video.channel.channel_subs|intcomma }}
{% endif %}Published: {{ video.published }}
Last refreshed: {{ video.vid_last_refresh }}
Watched:
{% if video.player.watched %}
{% else %}
{% endif %}
Youtube: Active
{% else %}Youtube: Deactivated
{% endif %}{{ video.description|linebreaksbr|urlizetrunc:50 }}
Comments: {{video.comment_count}}