{% extends 'base.html' %} {% load static %} {% block title %}{{ channel_user.username }}'s Channel - YouTube Clone{% endblock %} {% block content %}
{{ channel_profile.subscriber_count }} subscribers
{% if channel_profile.bio %}{{ channel_profile.bio }}
{% endif %}{{ video.views }} views • {{ video.upload_date|timesince }} ago
{{ video.likes }} likes • {{ video.comments.count }} comments
This channel hasn't uploaded any videos yet.
{% if user == channel_user %} Upload Your First Video {% endif %}