{% extends "DAIManagementApp/base.html" %} {% block content %}
    
channels Name Video Last Modification Status Action
{% for jingle in jingles %} {% csrf_token %} {% endfor %}
{{ jingle.id_channel.channel_name }} {{ jingle.jingle_name}} {{ jingle.id_channel.channel_name }}_{{ jingle.jingle_name}} {{ jingle.modif_datetime }} {% if jingle.status %} Active {% else %} InActive {% endif %}
{% endblock content %}