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

#{{ row.Video.id }}

{% for action in row.Subscription.actions %} {% endfor %}
{% else %} {% endif %} {% endblock %}