{% load oembed_tags %}
{% if profile.user == user %} add video {% endif %}

Videos Shared By {{ profile.user.username }}

{% for video in videos %} {% if profile.user == user %} remove {% endif %}
{{ video.title }}

{{ video.description }}

{% empty %}

No videos.

{% endfor %} {% comment %} {% if video %} see all videos
{% if video.url %} {% endif %} {% else %}

No videos.

{% endif %} {% if add_video_form %}
{% endif %} {% endcomment %}