{% extends "base.html" %} {% set title = "Videos" %} {% block content %} {% if rows %}
Channel | Title | Published | Actions | |
---|---|---|---|---|
|
{{ row.Video.channel.name }} |
{{ row.Video.name | safe }}
#{{ row.Video.id }} |
{% for action in row.Subscription.actions %}
{% endfor %}
|