{% extends "base.html" %} {% set title = "Videos" %} {% block content %} {% if rows %}
Title | Published Datetime | Actions | |
---|---|---|---|
|
{{ row.Video.name }}
#{{ row.Video.id }} |
{{ moment(row.Video.uploaded_timestamp).format('lll') }} |
{% for action in row.Subscription.actions %}
{% endfor %}
|