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

#{{ row.Video.id }}

{{ moment(row.Video.uploaded_timestamp).format('lll') }}
{% for action in row.Subscription.actions %} {% endfor %}
{% else %} {% endif %} {% endblock %}