{% extends "DAIManagementApp/base.html" %} {% block content %}
{% for i in adspots %}

{{ i.adspot_name }}

{{ i.id_channel.channel_name }} and {{i.id_brand.brand_name}}

Status : {% if i.status == "1" %} Avtive {% else %} Inactive {% endif %}

{% endfor%}
{% endblock content %}