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