← Back to RTube

{{ profile_user.username }}'s Profile

{{ videos | length }} video{{ 's' if videos | length != 1 else '' }} {{ comments_data | length }} comment{{ 's' if comments_data | length != 1 else '' }} {{ favorites_data | length }} favorite{{ 's' if favorites_data | length != 1 else '' }} {{ playlists | length }} playlist{{ 's' if playlists | length != 1 else '' }}

Uploaded Videos

{% if videos %} {% else %}

No videos uploaded yet.

{% endif %}

Comments

{% if comments_data %} {% else %}

No comments posted yet.

{% endif %}

Favorites

{% if favorites_data %} {% else %}

No favorites yet.

{% endif %}

Playlists

{% if playlists %} {% else %}

No playlists created yet.

{% endif %}