{% macro table(tag=None) -%}
Channel Title Published Actions
{%- endmacro %} {% macro table_thumbnails(row) -%} {%- endmacro %} {% macro table_channel(row) -%} {{ row.Video.channel.name }} {%- endmacro %} {% macro table_title(row) -%} {{ row.Video.name | safe }}

#{{ row.Video.id }}

{%- endmacro %} {% macro table_published(row) -%}

{%- endmacro %} {% macro table_actions(row) -%}
{% for action in row.Subscription.actions %} {% endfor %}
{%- endmacro %} {% macro check_button() -%} {%- endmacro %}