{% extends "DAIManagementApp/base.html" %} {% block content %} {% load static %}

{{ data.brand.brand_name }}

{{ data.brand.category }}
{{ data.brand.status }}
{{ data.brand.description }}


Channel Name File Duration Status
{% for adspot in data.adspots %} {% endfor %}
{{ adspot.id_channel.channel_name }} {{ adspot.adspot_name }} Download Video {{adspot.duration }} {% if adspot.status == "1" %} Active {% else %} InActive {% endif %}
{% endblock content %}